Skip to content

Commit a421422

Browse files
committed
Added file extensions
1 parent e124bc2 commit a421422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/using-azure-container-registry-mi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ To deploy a container group in a vnet using managed identity to authenticate ima
172172
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
173173
```
174174

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).
176176

177177
## Deploy a multi-container group in a virtual network using YAML and the Azure CLI
178178

@@ -222,7 +222,7 @@ properties:
222222
az container create --name my-containergroup --resource-group myResourceGroup --file my-YAML-file.yaml
223223
```
224224

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).
226226

227227
## Clean up resources
228228

0 commit comments

Comments
 (0)