Skip to content

Commit e1c0ac4

Browse files
committed
fix angled brackets
1 parent 7cf31ca commit e1c0ac4

10 files changed

+31
-31
lines changed

includes/app-service-web-create-app-service-plan-linux-no-h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When the App Service plan has been created, the Azure CLI shows information simi
3232
"location": "West Europe",
3333
"maximumNumberOfWorkers": 1,
3434
"name": "myAppServicePlan",
35-
< JSON data removed for brevity. >
35+
&lt; JSON data removed for brevity. &gt;
3636
"targetWorkerSizeId": 0,
3737
"type": "Microsoft.Web/serverfarms",
3838
"workerTierName": null

includes/app-service-web-create-app-service-plan-no-h-scus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When the App Service plan has been created, the Azure CLI shows information simi
3131
"location": "South Central US",
3232
"maximumNumberOfWorkers": 1,
3333
"name": "myAppServicePlan",
34-
< JSON data removed for brevity. >
34+
&lt; JSON data removed for brevity. &gt;
3535
"targetWorkerSizeId": 0,
3636
"type": "Microsoft.Web/serverfarms",
3737
"workerTierName": null

includes/app-service-web-create-app-service-plan-no-h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When the App Service plan has been created, the Azure CLI shows information simi
3333
"location": "West Europe",
3434
"maximumNumberOfWorkers": 1,
3535
"name": "myAppServicePlan",
36-
< JSON data removed for brevity. >
36+
&lt; JSON data removed for brevity. &gt;
3737
"targetWorkerSizeId": 0,
3838
"type": "Microsoft.Web/serverfarms",
3939
"workerTierName": null

includes/app-service-web-create-web-app-dotnetcore-win-no-h.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ az webapp create --resource-group myResourceGroup --plan myAppServicePlan --name
2121
When the web app has been created, the Azure CLI shows output similar to the following example:
2222

2323
<pre>
24-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
24+
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
2525
{
2626
"availabilityState": "Normal",
2727
"clientAffinityEnabled": true,
@@ -30,10 +30,10 @@ Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebs
3030
"cloningInfo": null,
3131
"containerSize": 0,
3232
"dailyMemoryTimeQuota": 0,
33-
"defaultHostName": "<app-name>.azurewebsites.net",
34-
"deploymentLocalGitUrl": "https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git",
33+
"defaultHostName": "&lt;app-name&gt;.azurewebsites.net",
34+
"deploymentLocalGitUrl": "https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git",
3535
"enabled": true,
36-
< JSON data removed for brevity. >
36+
&lt; JSON data removed for brevity. &gt;
3737
}
3838
</pre>
3939

includes/app-service-web-create-web-app-nodejs-linux-no-h.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --
2424
When the web app has been created, the Azure CLI shows output similar to the following example:
2525

2626
<pre>
27-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
27+
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
2828
{
2929
"availabilityState": "Normal",
3030
"clientAffinityEnabled": true,
3131
"clientCertEnabled": false,
3232
"cloningInfo": null,
3333
"containerSize": 0,
3434
"dailyMemoryTimeQuota": 0,
35-
"defaultHostName": "<app-name>.azurewebsites.net",
36-
"deploymentLocalGitUrl": "https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git",
35+
"defaultHostName": "&lt;app-name&gt;.azurewebsites.net",
36+
"deploymentLocalGitUrl": "https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git",
3737
"enabled": true,
38-
< JSON data removed for brevity. >
38+
&lt; JSON data removed for brevity. &gt;
3939
}
4040
</pre>
4141

includes/app-service-web-create-web-app-nodejs-no-h.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --
2424
When the web app has been created, the Azure CLI shows output similar to the following example:
2525

2626
<pre>
27-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
27+
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
2828
{
2929
"availabilityState": "Normal",
3030
"clientAffinityEnabled": true,
3131
"clientCertEnabled": false,
3232
"cloningInfo": null,
3333
"containerSize": 0,
3434
"dailyMemoryTimeQuota": 0,
35-
"defaultHostName": "<app-name>.azurewebsites.net",
36-
"deploymentLocalGitUrl": "https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git",
35+
"defaultHostName": "&lt;app-name&gt;.azurewebsites.net",
36+
"deploymentLocalGitUrl": "https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git",
3737
"enabled": true,
38-
< JSON data removed for brevity. >
38+
&lt; JSON data removed for brevity. &gt;
3939
}
4040
</pre>
4141

includes/app-service-web-create-web-app-php-linux-no-h.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --
2424
When the web app has been created, the Azure CLI shows output similar to the following example:
2525

2626
<pre>
27-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
27+
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
2828
{
2929
"availabilityState": "Normal",
3030
"clientAffinityEnabled": true,
3131
"clientCertEnabled": false,
3232
"cloningInfo": null,
3333
"containerSize": 0,
3434
"dailyMemoryTimeQuota": 0,
35-
"defaultHostName": "<app-name>.azurewebsites.net",
36-
"deploymentLocalGitUrl": "https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git",
35+
"defaultHostName": "&lt;app-name&gt;.azurewebsites.net",
36+
"deploymentLocalGitUrl": "https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git",
3737
"enabled": true,
38-
< JSON data removed for brevity. >
38+
&lt; JSON data removed for brevity. &gt;
3939
}
4040
</pre>
4141

includes/app-service-web-create-web-app-php-no-h.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --
2424
When the web app has been created, the Azure CLI shows output similar to the following example:
2525

2626
<pre>
27-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
27+
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
2828
{
2929
"availabilityState": "Normal",
3030
"clientAffinityEnabled": true,
3131
"clientCertEnabled": false,
3232
"cloningInfo": null,
3333
"containerSize": 0,
3434
"dailyMemoryTimeQuota": 0,
35-
"defaultHostName": "<app-name>.azurewebsites.net",
36-
"deploymentLocalGitUrl": "https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git",
35+
"defaultHostName": "&lt;app-name&gt;.azurewebsites.net",
36+
"deploymentLocalGitUrl": "https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git",
3737
"enabled": true,
38-
< JSON data removed for brevity. >
38+
&lt; JSON data removed for brevity. &gt;
3939
}
4040
</pre>
4141

includes/app-service-web-create-web-app-python-linux-no-h.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --
2424
When the web app has been created, the Azure CLI shows output similar to the following example:
2525

2626
<pre>
27-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
27+
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
2828
{
2929
"availabilityState": "Normal",
3030
"clientAffinityEnabled": true,
3131
"clientCertEnabled": false,
3232
"cloningInfo": null,
3333
"containerSize": 0,
3434
"dailyMemoryTimeQuota": 0,
35-
"defaultHostName": "<app-name>.azurewebsites.net",
36-
"deploymentLocalGitUrl": "https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git",
35+
"defaultHostName": "&lt;app-name&gt;.azurewebsites.net",
36+
"deploymentLocalGitUrl": "https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git",
3737
"enabled": true,
38-
< JSON data removed for brevity. >
38+
&lt; JSON data removed for brevity. &gt;
3939
}
4040
</pre>
4141

includes/app-service-web-create-web-app-ruby-linux-no-h.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --
2424
When the web app has been created, the Azure CLI shows output similar to the following example:
2525

2626
<pre>
27-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
27+
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
2828
{
2929
"availabilityState": "Normal",
3030
"clientAffinityEnabled": true,
3131
"clientCertEnabled": false,
3232
"cloningInfo": null,
3333
"containerSize": 0,
3434
"dailyMemoryTimeQuota": 0,
35-
"defaultHostName": "<app-name>.azurewebsites.net",
36-
"deploymentLocalGitUrl": "https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git",
35+
"defaultHostName": "&lt;app-name&gt;.azurewebsites.net",
36+
"deploymentLocalGitUrl": "https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git",
3737
"enabled": true,
38-
< JSON data removed for brevity. >
38+
&lt; JSON data removed for brevity. &gt;
3939
}
4040
</pre>
4141

0 commit comments

Comments
 (0)