Skip to content

Commit 824a739

Browse files
authored
Update instructions for downloading and updating Bicep scripts
1 parent 49367fd commit 824a739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Hybrid/create-clusters-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ It's recommended that you create an SSH key pair in Azure, as you can use it lat
5353

5454
## Download and update the Bicep scripts
5555

56-
You need to download two files for your Bicep deployment: **main.bicep** and **aksarc.bicepparam** from [AKSArc Github repo](https://github.com/Azure/aksArc/tree/main/deploymentTemplates). Please update the parameters from aksarc.bicepparam as needed and make sure all the default values from main.bicep are correct.
56+
Download these two files from the [AKSArc Github repo](https://github.com/Azure/aksArc/tree/main/deploymentTemplates) for your Bicep deployment: **main.bicep** and **aksarc.bicepparam**. Update the parameters from **aksarc.bicepparam** as needed, and make sure all the default values from **main.bicep** are correct.
5757

58-
The **Microsoft.HybridContainerService/provisionedClusterInstances** resource type is defined in file main.bicep. If you want to customize more properties for cluster creation, please see [provisionedClusterInstances API Reference](/azure/templates/microsoft.hybridcontainerservice/provisionedclusterinstances?pivots=deployment-language-bicep).
58+
The **Microsoft.HybridContainerService/provisionedClusterInstances** resource type is defined in **main.bicep**. If you want to customize more properties for cluster creation, see the [**provisionedClusterInstances** API Reference](/azure/templates/microsoft.hybridcontainerservice/provisionedclusterinstances?pivots=deployment-language-bicep).
5959

6060
## Deploy the Bicep templates
6161

0 commit comments

Comments
 (0)