File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ This article explains how to use data from Azure App Configuration in Kubernetes
19
19
## Prerequisites
20
20
21
21
- [ !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 )
23
23
- 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 )
25
25
26
26
## Create Helm chart ##
27
27
``` powershell
@@ -253,7 +253,7 @@ There are [two ways](https://helm.sh/docs/intro/using_helm/) to pass configurati
253
253
helm upgrade --install -f $ConfigFilePath -f $SecretPath --set service.type=NodePort "example" ./mychart
254
254
```
255
255
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 )
257
257
![ Quickstart app launch local] ( ./media/kubernetes-dashboard-env-variables.png )
258
258
![ Quickstart app launch local] ( ./media/kubernetes-dashboard-secrets.png )
259
259
You can’t perform that action at this time.
0 commit comments