Skip to content

Commit 26d5386

Browse files
authored
Fix Acrolinx issues around HTML tag formatting
1 parent d760136 commit 26d5386

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/connectors/enable-stateful-affinity-built-in-connectors.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you use network security groups in your virtual network, stateful mode requir
5656

5757
For general information about enabling virtual network integration with your app, see [Enable virtual network integration in Azure App Service](/azure/app-service/configure-vnet-integration-enable).
5858

59-
1. Next, update your logic app's underlying website configuration (**<logic-app-name>.azurewebsites.net**) by using either of the following tools:
59+
1. Next, update your logic app's underlying website configuration (**<*logic-app-name*>.azurewebsites.net**) by using either of the following tools:
6060

6161
## Update website configuration for logic app
6262

@@ -105,10 +105,10 @@ Updates a resource by using the specified resource ID:
105105
| Element | Value |
106106
|---------|--------|
107107
| HTTP request method | **PATCH** |
108-
| **<resource-ID>** | **`subscriptions/<Azure-subscription-ID>/resourcegroups/<resource-group>/providers/Microsoft.Web/sites/<website-name>/config/web`** |
109-
| **<Azure-subscription-ID>** | The ID for your Azure subscription |
110-
| **<resource-group>** | The resource group that contains your logic app resource, which is **My-Standard-RG** in this example |
111-
| **<website-name>** | The name for your logic app resource, which is **mystandardlogicapp** in this example |
108+
| **<*resource-ID*>** | **`subscriptions/<Azure-subscription-ID>/resourcegroups/<resource-group>/providers/Microsoft.Web/sites/<website-name>/config/web`** |
109+
| **<*Azure-subscription-ID*>** | The ID for your Azure subscription |
110+
| **<*resource-group*>** | The resource group that contains your logic app resource, which is **My-Standard-RG** in this example |
111+
| **<*website-name*>** | The name for your logic app resource, which is **mystandardlogicapp** in this example |
112112
| HTTP request body | **`{"properties": {"vnetPrivatePortsCount": "2"}}`** |
113113

114114
#### Example
@@ -138,10 +138,10 @@ For more information, see the following documentation:
138138

139139
| Element | Value |
140140
|---------|--------|
141-
| **<Azure-subscription-ID>** | The ID for your Azure subscription |
142-
| **<resource-ID>** | **`subscriptions/<Azure-subscription-ID>/resourcegroups/<resource-group>/providers/Microsoft.Web/sites/<website-name>/config/web`** |
143-
| **<resource-group>** | The resource group that contains your logic app resource, which is **My-Standard-RG** in this example |
144-
| **<website-name>** | The name for your logic app resource, which is **mystandardlogicapp** in this example |
141+
| **<*Azure-subscription-ID*>** | The ID for your Azure subscription |
142+
| **<*resource-ID*>** | **`subscriptions/<Azure-subscription-ID>/resourcegroups/<resource-group>/providers/Microsoft.Web/sites/<website-name>/config/web`** |
143+
| **<*resource-group*>** | The resource group that contains your logic app resource, which is **My-Standard-RG** in this example |
144+
| **<*website-name*>** | The name for your logic app resource, which is **mystandardlogicapp** in this example |
145145

146146
#### Example
147147

@@ -165,7 +165,7 @@ Error example:
165165
Set-AzResource :
166166
{
167167
"Code":"BadRequest",
168-
"Message":"siteConfig.ReservedInstanceCount is invalid. Please use the new property siteConfig.PreWarmedInstanceCount.",
168+
"Message":"siteConfig.ReservedInstanceCount is invalid. Please use the new property siteConfig.PreWarmedInstanceCount.",
169169
"Target": null,
170170
"Details":
171171
[

0 commit comments

Comments
 (0)