Skip to content

Commit 4ff3498

Browse files
authored
acrolinx
1 parent a928294 commit 4ff3498

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/azure-app-configuration/azure-pipeline-export-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This section covers how to use the Azure App Configuration Export task in an Azu
5454
1. Search for the **Azure App Configuration Export** Task.
5555
> [!div class="mx-imgBorder"]
5656
> ![Screenshot shows the Add Task dialog with Azure App Configuration Export in the search box.](./media/add-azure-app-configuration-export-task.png)
57-
1. To export the key-values from the App Configuration store, configure the necessary parameters for the task . Descriptions of the parameters are available in the **Parameters** section and in tooltips next to each parameter.
57+
1. To export the key-values from the App Configuration store, configure the necessary parameters for the task. Descriptions of the parameters are available in the **Parameters** section and in tooltips next to each parameter.
5858
- Set the **Azure subscription** parameter to the name of the service connection you created in a previous step.
5959
- Set the **App Configuration Endpoint** to the endpoint of your App Configuration store.
6060
- Leave the default values for the remaining parameters.
@@ -94,7 +94,7 @@ The following parameters are used by the Azure App Configuration Export task:
9494
- **Key Filter**: The filter can be used to select what key-values are requested from Azure App Configuration. A value of * selects all key-values. For more information on, see [Query key-values](concept-key-value.md#query-key-values).
9595
- **Label**: Specifies which label should be used when selecting key-values from the App Configuration store. If no label is provided, then key-values with the no label are retrieved. The following characters aren't allowed: , *.
9696
- **Snapshot Name**: Specifies snapshot from which key-values should be retrieved in Azure App Configuration.
97-
- **Trim Key Prefix**: Specifies one or more prefixes that should be trimmed from App Configuration keys before setting them as variables. A new-line character can be used to seperate multiple prefixes.
97+
- **Trim Key Prefix**: Specifies one or more prefixes that should be trimmed from App Configuration keys before setting them as variables. A new-line character can be used to separate multiple prefixes.
9898
- **Suppress Warning For Overridden Keys**: Default value is unchecked. Specifies whether to show warnings when existing keys are overridden. Enable this option when it's expected that the key-values downloaded from App Configuration have overlapping keys with what exists in pipeline variables.
9999

100100
## Use key-values in subsequent tasks

articles/azure-app-configuration/azure-pipeline-import-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This section covers how to use the Azure App Configuration Import task in an Azu
6262

6363
This section covers how to use the Azure App Configuration Import task in an Azure DevOps release pipeline.
6464

65-
1. Navigate to release pipeline page by selecting **Pipelines** > **Releases**. For more information about release pipelines, go to [Create your first relase pipeline](/azure/devops/pipelines/release).
65+
1. Navigate to release pipeline page by selecting **Pipelines** > **Releases**. For more information about release pipelines, go to [Create your first release pipeline](/azure/devops/pipelines/release).
6666
1. Choose an existing release pipeline. If you don’t have one, select **+ New** to create a new one.
6767
1. Select the **Edit** button in the top-right corner to edit the release pipeline.
6868
1. From the **Tasks** dropdown, choose the **Stage** to which you want to add the task. More information about stages can be found in [Add stages, dependencies, & conditions](/azure/devops/pipelines/release/environments).

articles/azure-app-configuration/concept-config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ az appconfig kv import --profile appconfig/kvset --name <your store name> --sour
119119
> The KVSet file content profile is currently supported in
120120
> - Azure CLI version 2.30.0 or later
121121
> - [Azure App Configuration Import Task](./azure-pipeline-import-task.md) version 10.0.0 or later
122-
> - Azure Portal
122+
> - Azure portal
123123
124124
The following table shows all the imported data in your App Configuration store.
125125

0 commit comments

Comments
 (0)