Skip to content

Commit 79fba5b

Browse files
authored
Merge pull request #122165 from k-ujihara/patch-2
ContainerInstance, not ContainerInstances
2 parents 0e8519a + 2d1369c commit 79fba5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cloud-shell/vnet/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Cloud Shell needs access to certain Azure resources. You make that access availa
3030
resource providers. The following resource providers must be registered in your subscription:
3131

3232
- **Microsoft.CloudShell**
33-
- **Microsoft.ContainerInstances**
33+
- **Microsoft.ContainerInstance**
3434
- **Microsoft.Relay**
3535

3636
Depending on when your tenant was created, some of these providers might already be registered.
@@ -44,7 +44,7 @@ To see all resource providers and the registration status for your subscription:
4444
1. In the search box, enter `cloudshell` to search for the resource provider.
4545
1. Select the **Microsoft.CloudShell** resource provider from the provider list.
4646
1. Select **Register** to change the status from **unregistered** to **registered**.
47-
1. Repeat the previous steps for the **Microsoft.ContainerInstances** and **Microsoft.Relay**
47+
1. Repeat the previous steps for the **Microsoft.ContainerInstance** and **Microsoft.Relay**
4848
resource providers.
4949

5050
[![Screenshot of selecting resource providers in the Azure portal.][98a]][98b]

0 commit comments

Comments
 (0)