Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[App Configuration task] Update ReadMe file #20519

Merged
merged 5 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Tasks/AzureAppConfigurationExportV10/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Azure AppConfiguration
# Azure App Configuration Export

### Overview

This task is used to pull key-values from your [App configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create) and sets them as Azure pipeline variables, which can be consumed by subsequent tasks.
This task is used to export key-values from your [App configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create) and sets them as Azure pipeline variables, which can be consumed by subsequent tasks.

## Contact Information

Expand All @@ -23,7 +23,7 @@ The parameters of the task are described below. The parameters listed with a \*

* **Azure Subscription**\*: Select the AzureRM Subscription. If none exists, then click on the **Manage** link, to navigate to the Services tab in the Administrators panel. In the tab click on **New Service Connection** and select **Azure Resource Manager** from the dropdown.

* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be pulled from.
* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be exported from.

* **Selection Mode**\*: Provide the selection mode. Selection mode allows you to specify how key-values are to be selected from the configuration store. The default value is **Default**
- **Default**: Allows the use of key and label filter to specify key-values that will be selected from the store.
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureAppConfigurationExportV10/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 10,
"Minor": 246,
"Patch": 2
"Minor": 247,
"Patch": 0
},
"instanceNameFormat": "Azure App Configuration",
"minimumAgentVersion": "2.144.0",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureAppConfigurationExportV10/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 10,
"Minor": 246,
"Patch": 2
"Minor": 247,
"Patch": 0
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"minimumAgentVersion": "2.144.0",
Expand Down
16 changes: 8 additions & 8 deletions Tasks/AzureAppConfigurationImportV10/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Azure AppConfiguration Push
# Azure App Configuration Import

### Overview

This task is used to push key-values from a configuration file to your [App Configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create).
This task is used to import key-values from a configuration file to your [App Configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create).

## Contact Information

Expand All @@ -23,7 +23,7 @@ The parameters of the task are described below. The parameters listed with a \*

* **Azure Subscription**\*: Select the AzureRM Subscription. If none exists, then click on the **Manage** link, to navigate to the Services tab in the Administrators panel. In the tab click on **New Service Connection** and select **Azure Resource Manager** from the dropdown.

* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be pushed.
* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be imported to.

* **Configuration File Path**\*: Provide the path to your configuration file.

Expand All @@ -43,21 +43,21 @@ The parameters of the task are described below. The parameters listed with a \*

* **Depth**: Provide the depth that the .json and .yml files will be flattened to.

* **Prefix**: Provide a string that will be appended to the beginning of each key pushed to App Configuration Store.
* **Prefix**: Provide a string that will be appended to the beginning of each key imported to App Configuration Store.

* **Label**: Provide a string that is added to each key-values as the label within the App Configuration Store.

* **Content Type**: Provide a string that is added to each key-value as the content type within the App Configuration store.

* **Exclude feature flags**: Specify whether or not any feature flags provided in the configuration file will be pushed to App Configuration.
* **Exclude feature flags**: Specify whether or not any feature flags provided in the configuration file will be imported to App Configuration.

* **Use the file path extension to determine the file format**: Specify whether or not to use the file path extension to determine the file format.

* **Delete key-values that are not included in the configuration file**: The behavior of this option depends on the configuration file [content profile](https://learn.microsoft.com/azure/azure-app-configuration/concept-config-file). Default value is **Unchecked**.
- **Unchecked**: Pushes all key-values from the configuration file into the App Configuration store and leaves everything else in the App Configuration store intact
- **Unchecked**: Imports all key-values from the configuration file into the App Configuration store and leaves everything else in the App Configuration store intact
- **Checked**:
- **Default content profile**: Removes all key-values in the App Configuration store that match both the specified prefix and label before pushing new key-values from the configuration file
- **Kvset content profile**: Removes all key-values in the App Configuration store that are not included in the configuration file before pushing new key-values from the configuration file.
- **Default content profile**: Removes all key-values in the App Configuration store that match both the specified prefix and label before importing new key-values from the configuration file
- **Kvset content profile**: Removes all key-values in the App Configuration store that are not included in the configuration file before importing new key-values from the configuration file.

* **Tags**: Specify one or more tags that should be added to a key-value. Tags should be of a valid JSON format.

Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureAppConfigurationImportV10/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 10,
"Minor": 246,
"Patch": 2
"Minor": 247,
"Patch": 0
},
"instanceNameFormat": "Azure App Configuration",
"minimumAgentVersion": "2.144.0",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureAppConfigurationImportV10/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 10,
"Minor": 246,
"Patch": 2
"Minor": 247,
"Patch": 0
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"minimumAgentVersion": "2.144.0",
Expand Down