File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/container-instances Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ To deploy a container group in a vnet using managed identity to authenticate ima
172
172
az container create --name my-containergroup --resource-group myResourceGroup --image <loginServer>/hello-world:v1 --acr-identity $userID --assign-identity $userID --vnet "/subscriptions/$SUBSCRIPTION_ID/resourceGroups/"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/myVnetResourceGroup/providers/ --subnet mySubnetName
173
173
```
174
174
175
- For more info on how to deploy to a virtual network see [ Deploy container instances into an Azure virtual network] ( ./container-instances-vnet ) .
175
+ For more info on how to deploy to a virtual network see [ Deploy container instances into an Azure virtual network] ( ./container-instances-vnet.md ) .
176
176
177
177
## Deploy a multi-container group in a virtual network using YAML and the Azure CLI
178
178
@@ -222,7 +222,7 @@ properties:
222
222
az container create --name my-containergroup --resource-group myResourceGroup --file my-YAML-file.yaml
223
223
```
224
224
225
- For more info on how to deploy to a multi-container group see [ Deploy a multi-container group] ( ./container-instances-multi-container-yaml ) .
225
+ For more info on how to deploy to a multi-container group see [ Deploy a multi-container group] ( ./container-instances-multi-container-yaml.md ) .
226
226
227
227
## Clean up resources
228
228
You can’t perform that action at this time.
0 commit comments