Skip to content

Commit fe44ad6

Browse files
committed
fixing broken links a different way
1 parent 6b0e21e commit fe44ad6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cloud-services/cloud-services-configuration-and-management-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ sections:
289289
</configuration>
290290
```
291291
292-
You can also add this as a setting in IIS. Use the following command with the [common startup tasks](cloud-services-startup-tasks-common.md#configure-internet-information-services--iis--startup-with-appcmdexe) article.
292+
You can also add this as a setting in IIS. Use the following command with the [common startup tasks](cloud-services-startup-tasks-common.md#configure-iis-startup-with-appcmdexe) article.
293293
294294
```cmd
295295
%windir%\system32\inetsrv\appcmd set config /section:httpProtocol /+customHeaders.[name='X-Content-Type-Options',value='nosniff']
@@ -298,7 +298,7 @@ sections:
298298
- question: |
299299
How do I customize IIS for a web role?
300300
answer: |
301-
Use the IIS startup script from the [common startup tasks](cloud-services-startup-tasks-common.md#configure-internet-information-services--iis--startup-with-appcmdexe) article.
301+
Use the IIS startup script from the [common startup tasks](cloud-services-startup-tasks-common.md#configure-iis-startup-with-appcmdexe) article.
302302
303303
- question: |
304304
What is the quota limit for my Cloud Service?

articles/cloud-services/cloud-services-startup-tasks-common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Variables can also use a [valid Azure XPath value](cloud-services-role-config-xp
5050
```
5151

5252

53-
## Configure Internet Information Service (IIS) startup with AppCmd.exe
53+
## Configure IIS startup with AppCmd.exe
5454

55-
The [AppCmd.exe](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/jj635852(v=ws.11)) command-line tool can be used to manage IIS settings at startup on Azure. *AppCmd.exe* provides convenient, command-line access to configuration settings for use in startup tasks on Azure. When you use *AppCmd.exe*, Website settings can be added, modified, or removed for applications and sites.
55+
The [AppCmd.exe](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/jj635852(v=ws.11)) command-line tool can be used to manage Internet Information Service (IIS) settings at startup on Azure. *AppCmd.exe* provides convenient, command-line access to configuration settings for use in startup tasks on Azure. When you use *AppCmd.exe*, Website settings can be added, modified, or removed for applications and sites.
5656

5757
However, there are a few things to watch out for in the use of *AppCmd.exe* as a startup task:
5858

0 commit comments

Comments
 (0)