Skip to content

Commit 7ae0050

Browse files
authored
Merge pull request #645 from Azure/canary
Canary
2 parents ff56ae6 + 3f1c592 commit 7ae0050

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

docs/azure_jumpstart_ag/contoso_hypermarket/deployment/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Once automation is complete, users can immediately start enjoying the Contoso Hy
4444

4545
```powershell
4646
$providers = @(
47+
"Microsoft.Compute",
4748
"Microsoft.Kubernetes",
4849
"Microsoft.KubernetesConfiguration",
4950
"Microsoft.ExtendedLocation",
@@ -66,6 +67,7 @@ Once automation is complete, users can immediately start enjoying the Contoso Hy
6667

6768
```shell
6869
providers=(
70+
"Microsoft.Compute",
6971
"Microsoft.Kubernetes"
7072
"Microsoft.KubernetesConfiguration"
7173
"Microsoft.ExtendedLocation"

docs/azure_jumpstart_arcbox/DataOps/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ ArcBox uses an advanced automation flow to deploy and configure all necessary re
131131
- Register necessary Azure resource providers by running the following commands.
132132

133133
```shell
134+
az provider register --namespace Microsoft.Compute --wait
134135
az provider register --namespace Microsoft.Kubernetes --wait
135136
az provider register --namespace Microsoft.KubernetesConfiguration --wait
136137
az provider register --namespace Microsoft.ExtendedLocation --wait

docs/azure_jumpstart_arcbox/DevOps/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ ArcBox uses an advanced automation flow to deploy and configure all necessary re
153153
- Register necessary Azure resource providers by running the following commands.
154154

155155
```shell
156+
az provider register --namespace Microsoft.Compute --wait
156157
az provider register --namespace Microsoft.Kubernetes --wait
157158
az provider register --namespace Microsoft.KubernetesConfiguration --wait
158159
az provider register --namespace Microsoft.PolicyInsights --wait

docs/azure_jumpstart_arcbox/ITPro/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ ArcBox uses an advanced automation flow to deploy and configure all necessary re
104104
- Register necessary Azure resource providers by running the following commands.
105105

106106
```shell
107+
az provider register --namespace Microsoft.Compute --wait
107108
az provider register --namespace Microsoft.HybridCompute --wait
108109
az provider register --namespace Microsoft.GuestConfiguration --wait
109110
az provider register --namespace Microsoft.AzureArcData --wait

docs/release_notes/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ weight: 6
3838
- [Bug / Issue: Cant deploy Logical Network - error while running script #3002](https://github.com/microsoft/azure_arc/issues/3002)
3939
- [Bug / Issue: Remote Desktop hang when logging in to ArcBox and HCIBox Client VMs #3035](https://github.com/microsoft/azure_arc/issues/3035)
4040
- [Docs Feature: Make the regional and quote HCIBox disclaimer more visable #625](https://github.com/Azure/arc_jumpstart_docs/issues/625)
41+
- [Feature Request: Missing provider requirement](https://github.com/microsoft/azure_arc/issues/3138)
42+
- [Docs Feature: Missing provider requirement](https://github.com/Azure/arc_jumpstart_docs/issues/638)
4143

4244
### Jumpstart Agora
4345

0 commit comments

Comments
 (0)