Skip to content

Commit 0b1e307

Browse files
committed
remove local code for link url
1 parent fffefa5 commit 0b1e307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This article explains how to use data from Azure App Configuration in Kubernetes
1919
## Prerequisites
2020

2121
- [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
22-
- Install [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
22+
- Install [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)
2323
- Install [Helm](https://helm.sh/docs/intro/install/)
24-
- Background knowledge for installing applications with Helm in [Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/kubernetes-helm)
24+
- Background knowledge for installing applications with Helm in [Azure Kubernetes Service](https://docs.microsoft.com/azure/aks/kubernetes-helm)
2525

2626
## Create Helm chart ##
2727
```powershell
@@ -253,7 +253,7 @@ There are [two ways](https://helm.sh/docs/intro/using_helm/) to pass configurati
253253
helm upgrade --install -f $ConfigFilePath -f $SecretPath --set service.type=NodePort "example" ./mychart
254254
```
255255

256-
We can verify by accessing [Kubernetes Dashboard](https://docs.microsoft.com/en-us/azure/aks/kubernetes-dashboard)
256+
We can verify by accessing [Kubernetes Dashboard](https://docs.microsoft.com/azure/aks/kubernetes-dashboard)
257257
![Quickstart app launch local](./media/kubernetes-dashboard-env-variables.png)
258258
![Quickstart app launch local](./media/kubernetes-dashboard-secrets.png)
259259

0 commit comments

Comments
 (0)