@@ -57,11 +57,7 @@ In these tutorials, your Azure Container Registry (ACR) instance stores the cont
57
57
az acr list --resource-group myResourceGroup --query "[].{acrLoginServer:loginServer}" --output table
58
58
```
59
59
60
- 2. Make sure you're in the cloned *aks-store-demo* directory, and then open the manifest file with a text editor, such as `vi`.
61
-
62
- ```azurecli-interactive
63
- vi aks-store-quickstart.yaml
64
- ```
60
+ 2. Make sure you're in the cloned *aks-store-demo* directory, and then open the `aks-store-quickstart.yaml` manifest file with a text editor.
65
61
66
62
3. Update the `image` property for the containers by replacing *ghcr.io/azure-samples* with your ACR login server name.
67
63
@@ -79,7 +75,7 @@ In these tutorials, your Azure Container Registry (ACR) instance stores the cont
79
75
...
80
76
```
81
77
82
- 4. Save and close the file. In `vi`, use `:wq`.
78
+ 4. Save and close the file.
83
79
84
80
### [Azure PowerShell](#tab/azure-powershell)
85
81
@@ -89,11 +85,7 @@ In these tutorials, your Azure Container Registry (ACR) instance stores the cont
89
85
(Get-AzContainerRegistry -ResourceGroupName myResourceGroup -Name $ACRNAME).LoginServer
90
86
```
91
87
92
- 2. Make sure you're in the cloned *aks-store-demo* directory, and then open the manifest file with a text editor, such as `vi`.
93
-
94
- ```azurepowershell-interactive
95
- notepad aks-store-quickstart.yaml
96
- ```
88
+ 2. Make sure you're in the cloned *aks-store-demo* directory, and then open the `aks-store-quickstart.yaml` manifest file with a text editor.
97
89
98
90
3. Update the `image` property for the containers by replacing *ghcr.io/azure-samples* with your ACR login server name.
99
91
0 commit comments