Skip to content

Commit 96a90e4

Browse files
Apply suggestions from code review
1 parent cebe569 commit 96a90e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-bicep.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ First, create an **azuredeploy.bicep** file with the following contents:
5858

5959
Next, open a Bash window and run the following Azure CLI command, replacing the `<value>` placeholders with the following values:
6060

61-
* **resource-group:** The resource group name for deploying the Azure Spring Apps instance.
62-
* **springCloudInstanceName:** The name of the Azure Spring Apps resource.
63-
* **appInsightsName:** The name of the Application Insights instance for Azure Spring Apps.
61+
* `resource-group`: The resource group name for deploying the Azure Spring Apps instance.
62+
* `springCloudInstanceName`: The name of the Azure Spring Apps resource.
63+
* `appInsightsName`: The name of the Application Insights instance for Azure Spring Apps.
6464
* `laWorkspaceResourceId`: The resource ID of the existing Log Analytics workspace (for example, **/subscriptions/\<your subscription>/resourcegroups/\<your Log Analytics resource group>/providers/Microsoft.OperationalInsights/workspaces/\<your Log Analytics workspace name>**).
6565
* **springCloudAppSubnetID:** The resource ID of the Azure Spring Apps Application Subnet.
6666
* **springCloudRuntimeSubnetID:** The resource ID of the Azure Spring Apps Runtime Subnet.
67-
* **springCloudServiceCidrs:** A comma-separated list of IP address ranges (three in total) in CIDR format. The IP ranges are reserved to host underlying Azure Spring Apps infrastructure. These three ranges should be at least `/16` unused IP ranges, and must not overlap with any routable subnet IP ranges used within the network.
67+
* `springCloudServiceCidrs`: A comma-separated list of IP address ranges (three in total) in CIDR format. The IP ranges are reserved to host underlying Azure Spring Apps infrastructure. These three ranges should be at least `/16` unused IP ranges, and must not overlap with any routable subnet IP ranges used within the network.
6868

6969
```azurecli
7070
az deployment group create \

0 commit comments

Comments
 (0)