Skip to content

Commit 11ce4a0

Browse files
authored
Merge pull request Azure#626 from Azure/canary
Canary
2 parents 34f19db + 956f177 commit 11ce4a0

File tree

1 file changed

+2
-4
lines changed
  • docs/azure_jumpstart_hcibox/deployment_az

1 file changed

+2
-4
lines changed

docs/azure_jumpstart_hcibox/deployment_az/_index.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Azure Bicep is used to deploy HCIBox into your Azure subscription. To deploy, yo
1313

1414
### Prepare the environment
1515

16+
> **Note:** HCIBox can be deployed in the East US, Australia East, Canada Central and West Europe Azure regions. Deploying in other regions will result in unexpected behavior or failures. It requires 32 ESv5-series vCPUs when deploying with default parameters such as VM series/size. Ensure you have sufficient vCPU quota available in your Azure subscription and the region where you plan to deploy HCIBox. You can use the below Az CLI command to check your vCPU utilization.
17+
1618
- Clone the Arc Jumpstart GitHub repository
1719

1820
```shell
@@ -29,8 +31,6 @@ Azure Bicep is used to deploy HCIBox into your Azure subscription. To deploy, yo
2931

3032
- Ensure that you have selected the correct subscription you want to deploy HCIBox to by using the *`az account list --query "[?isDefault]"`* command. If you need to adjust the active subscription used by Az CLI, follow [this guidance](https://learn.microsoft.com/cli/azure/manage-azure-subscriptions-azure-cli#change-the-active-subscription).
3133

32-
- **HCIBox requires 32 ESv5-series vCPUs** when deploying with default parameters such as VM series/size. Ensure you have sufficient vCPU quota available in your Azure subscription and the region where you plan to deploy HCIBox. You can use the below Az CLI command to check your vCPU utilization.
33-
3434
```shell
3535
az vm list-usage --location <your location> --output table
3636
```
@@ -151,8 +151,6 @@ Example parameter-file:
151151
152152
![Screenshot showing bicep deploying](./bicep_deploying.png)
153153
154-
> **Note:** HCIBox can be deployed in East US, Australia East, Canada Central and West Europe. Deploying in other regions will result in unexpected behavior or failures.
155-
156154
## Start post-deployment automation
157155
158156
Once your deployment is complete, you can open the Azure portal and see the initial HCIBox resources inside your resource group. Now you must remote into the *HCIBox-Client* VM to continue the next phase of the deployment. [Continue to learn how to deploy instance in Azure portal](../cloud_deployment/#azure-local-instance-validation-and-deployment-from-the-azure-portal) for the next steps.

0 commit comments

Comments
 (0)