Skip to content

Commit 1737c3e

Browse files
committed
remove links contains locale code
1 parent 0461e55 commit 1737c3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-app-configuration/integrate-ci-cd-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ To do a cloud build, with Azure DevOps for example, make sure the [Azure CLI](ht
9393
In this tutorial, you exported Azure App Configuration data to be used in a deployment pipeline. To learn more about how to use App Configuration, continue to the Azure CLI samples.
9494

9595
> [!div class="nextstepaction"]
96-
> [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/appconfig?view=azure-cli-latest)
96+
> [Azure CLI](https://docs.microsoft.com/cli/azure/appconfig?view=azure-cli-latest)

articles/azure-app-configuration/integrate-kubernetes-deployment-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This tutorial assumes basic understanding of managing Kubernetes with Helm. Lear
3939
Leave **Label** and **Content Type** empty for now.
4040

4141
## Add a Key Vault reference to App Configuration
42-
1. Sign in to the [Azure portal](https://portal.azure.com) and add a secret to [Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/secrets/quick-create-portal#add-a-secret-to-key-vault) with name **Password** and value **myPassword**.
42+
1. Sign in to the [Azure portal](https://portal.azure.com) and add a secret to [Key Vault](https://docs.microsoft.com/azure/key-vault/secrets/quick-create-portal#add-a-secret-to-key-vault) with name **Password** and value **myPassword**.
4343
2. Select the App Configuration store instance that you created in previous section.
4444

4545
1. Select **Configuration Explorer**.
@@ -163,7 +163,7 @@ settings:
163163
```
164164

165165
## Pass configuration data from App Configuration during Helm install ##
166-
First, we download the configuration from App Configuration to a *myConfig.yaml* file. We use a key filter to only download those keys that start with **settings.**. If in your case the key filter is not sufficient to exclude keys of Key Vault references, you may use the argument **--skip-keyvault** to exclude them. Learn more about the [export command](https://docs.microsoft.com/en-us/cli/azure/appconfig/kv?view=azure-cli-latest#az-appconfig-kv-export).
166+
First, we download the configuration from App Configuration to a *myConfig.yaml* file. We use a key filter to only download those keys that start with **settings.**. If in your case the key filter is not sufficient to exclude keys of Key Vault references, you may use the argument **--skip-keyvault** to exclude them. Learn more about the [export command](https://docs.microsoft.com/cli/azure/appconfig/kv?view=azure-cli-latest#az-appconfig-kv-export).
167167
```azurecli-interactive
168168
az appconfig kv export -n myAppConfiguration -d file --path myConfig.yaml --key "settings.*" --separator "." --format yaml
169169
```
@@ -211,4 +211,4 @@ One secret, **password**, stores as Key Vault reference in App Configuration was
211211
In this tutorial, you exported Azure App Configuration data to be used in a Kubernetes deployment with Helm. To learn more about how to use App Configuration, continue to the Azure CLI samples.
212212

213213
> [!div class="nextstepaction"]
214-
> [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/appconfig?view=azure-cli-latest)
214+
> [Azure CLI](https://docs.microsoft.com/cli/azure/appconfig?view=azure-cli-latest)

0 commit comments

Comments
 (0)