Skip to content

Commit 636a1e0

Browse files
authored
Merge pull request #89066 from TobyTu/cpm13
update metadata 13
2 parents 6a16c93 + 16d587f commit 636a1e0

10 files changed

+23
-23
lines changed

articles/cloud-services/cloud-services-allocation-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshooting allocation failure when you deploy Cloud Services i
44
services: azure-service-management, cloud-services
55
documentationcenter: ''
66
author: simonxjx
7-
manager: felixwu
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 529157eb-e4a1-4388-aa2b-09e8b923af74

articles/cloud-services/cloud-services-application-and-service-availability-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article lists the frequently asked questions about application
44
services: cloud-services
55
documentationcenter: ''
66
author: genlin
7-
manager: cshepard
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 84985660-2cfd-483a-8378-50eef6a0151d

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article lists the frequently asked questions about configurati
44
services: cloud-services
55
documentationcenter: ''
66
author: genlin
7-
manager: cshepard
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 84985660-2cfd-483a-8378-50eef6a0151d
@@ -201,7 +201,7 @@ These steps could be automated via a startup task, so that whenever a new PaaS i
201201
Once this has been done, you can verify whether the HTTP/2 has been enabled or not by using one of the following methods:
202202

203203
- Enable Protocol version in IIS logs and look into the IIS logs. It will show HTTP/2 in the logs.
204-
- Enable F12 Developer Tool in Internet Explorer/Microsoft Edge and switch to the Network tab to verify the protocol.
204+
- Enable F12 Developer Tool in Internet Explorer or Microsoft Edge and switch to the Network tab to verify the protocol.
205205

206206
For more information, see [HTTP/2 on IIS](https://blogs.iis.net/davidso/http2).
207207

articles/cloud-services/cloud-services-connectivity-and-networking-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article lists the frequently asked questions about connectivit
44
services: cloud-services
55
documentationcenter: ''
66
author: genlin
7-
manager: cshepard
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 84985660-2cfd-483a-8378-50eef6a0151d
@@ -97,7 +97,7 @@ To make sure the public-facing IP address of your cloud service (also known as a
9797
- [Reserve the IP address of an existing cloud service](../virtual-network/virtual-networks-reserved-public-ip.md#reserve-the-ip-address-of-an-existing-cloud-service)
9898
- [Associate a reserved IP to a cloud service by using a service configuration file](../virtual-network/virtual-networks-reserved-public-ip.md#associate-a-reserved-ip-to-a-cloud-service-by-using-a-service-configuration-file)
9999

100-
If you have more than one instance for your roles, associating RIP with your cloud service shouldn't cause any downtime.Alternatively, you can whitelist the IP range of your Azure datacenter.You can find all Azure IP ranges at the [Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?id=41653).
100+
If you have more than one instance for your roles, associating RIP with your cloud service shouldn't cause any downtime. Alternatively, you can add the IP range of your Azure datacenter to an allow list. You can find all Azure IP ranges at the [Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?id=41653).
101101

102102
This file contains the IP address ranges (including compute, SQL, and storage ranges) used in Azure datacenters. An updated file is posted weekly that reflects the currently deployed ranges and any upcoming changes to the IP ranges. New ranges that appear in the file aren't used in the datacenters for at least one week. Download the new .xml file every week, and perform the necessary changes on your site to correctly identify services running in Azure. Azure ExpressRoute users might note that this file used to update the BGP advertisement of Azure space in the first week of each month.
103103

articles/cloud-services/cloud-services-deployment-faq.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article lists the frequently asked questions about deployment
44
services: cloud-services
55
documentationcenter: ''
66
author: genlin
7-
manager: cshepard
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 84985660-2cfd-483a-8378-50eef6a0151d
@@ -26,22 +26,22 @@ If a cloud service has a deployment in either slot, the entire cloud service is
2626

2727
Allocation failures occur when the cluster where your cloud service is located does not have enough physical compute resources to satisfy your deployment request.
2828

29-
For help mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
29+
For help with mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
3030

3131
## Why does scaling up or scaling out a cloud service deployment sometimes result in allocation failure?
3232
When a cloud service is deployed, it usually gets pinned to a specific cluster. This means scaling up/out an existing cloud service must allocate new instances in the same cluster. If the cluster is nearing capacity or the desired VM size/type is not available, the request may fail.
3333

34-
For help mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
34+
For help with mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
3535

3636
## Why does deploying a cloud service into an affinity group sometimes result in allocation failure?
3737
A new deployment to an empty cloud service can be allocated by the fabric in any cluster in that region, unless the cloud service is pinned to an affinity group. Deployments to the same affinity group will be attempted on the same cluster. If the cluster is nearing capacity, the request may fail.
3838

39-
For help mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
39+
For help with mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
4040

4141
## Why does changing VM size or adding a new VM to an existing cloud service sometimes result in allocation failure?
42-
The clusters in a datacenter may have different configurations of machine types (e.g., A series, Av2 series, D series, Dv2 series, G series, H series, etc.). But not all the clusters would necessarily have all the kinds of VMs. For example, if you try to add a D series VM to a cloud service that is already deployed in an A series-only cluster, you will experience an allocation failure. This will also happen if you try to change VM SKU sizes (for example, switching from an A series to a D series).
42+
The clusters in a datacenter may have different configurations of machine types (for example, A series, Av2 series, D series, Dv2 series, G series, H series, etc.). But not all the clusters would necessarily have all the kinds of VMs. For example, if you try to add a D series VM to a cloud service that is already deployed in an A series-only cluster, you will experience an allocation failure. This will also happen if you try to change VM SKU sizes (for example, switching from an A series to a D series).
4343

44-
For help mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
44+
For help with mitigating such allocation failures, see [Cloud Service allocation failure: Solutions](cloud-services-allocation-failures.md#solutions).
4545

4646
To check the sizes available in your region, see [Microsoft Azure: Products available by region](https://azure.microsoft.com/regions/services).
4747

@@ -59,15 +59,15 @@ For more information, see [How to update a cloud service](cloud-services-update-
5959

6060
## Why am I not able to deploy Cloud Services through Service Management APIs or PowerShell when using Azure Resource Manager Storage account? 
6161

62-
Since the Cloud Service is a Classic resource which is not directly compatible with the Azure Resource Manager model, you can't associate it with the Azure Resource Manager Storage accounts. Here are few options: 
62+
Since the Cloud Service is a Classic resource that is not directly compatible with the Azure Resource Manager model, you can't associate it with the Azure Resource Manager Storage accounts. Here are few options: 
6363

6464
- Deploying through REST API.
6565

6666
When you deploy through Service Management REST API, you could get around the limitation by specifying a SAS URL to the blob storage, which will work with both Classic and Azure Resource Manager Storage account. Read more about the 'PackageUrl' property [here](/previous-versions/azure/reference/ee460813(v=azure.100)).
6767

6868
- Deploying through [Azure portal](https://portal.azure.com).
6969

70-
This will work from the [Azure portal](https://portal.azure.com) as the call goes through a proxy/shim which allows communication between Azure Resource Manager and Classic resources. 
70+
This will work from the [Azure portal](https://portal.azure.com) as the call goes through a proxy/shim that allows communication between Azure Resource Manager and Classic resources. 
7171

7272
## Why does Azure portal require me to provide a storage account for deployment?
7373

articles/cloud-services/cloud-services-troubleshoot-common-issues-which-cause-roles-recycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A cloud service role that suddenly recycles can cause significant d
44
services: cloud-services
55
documentationcenter: ''
66
author: simonxjx
7-
manager: felixwu
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 533930d1-8035-4402-b16a-cf887b2c4f85

articles/cloud-services/cloud-services-troubleshoot-default-temp-folder-size-too-small-web-worker-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A cloud service role has a limited amount of space for the TEMP fol
44
services: cloud-services
55
documentationcenter: ''
66
author: simonxjx
7-
manager: felixwu
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 9f2af8dd-2012-4b36-9dd5-19bf6a67e47d

articles/cloud-services/cloud-services-workflow-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides overview of the workflow processes when you d
44
services: cloud-services
55
documentationcenter: ''
66
author: genlin
7-
manager: Willchen
7+
manager: dcscontentpm
88
editor: ''
99
tags: top-support-issue
1010
ms.assetid: 9f2af8dd-2012-4b36-9dd5-19bf6a67e47d
@@ -37,7 +37,7 @@ The following diagram presents the architecture of Azure resources.
3737

3838
**D**. WindowsAzureGuestAgent is responsible for the following:
3939

40-
1. Configuring the Guest OS including firewall, ACLs, LocalStorage resources, service package and configuration, and certificates.Setting up the SID for the user account that the role will run under.
40+
1. Configuring the Guest OS including firewall, ACLs, LocalStorage resources, service package and configuration, and certificates. Setting up the SID for the user account that the role will run under.
4141
2. Communicating the role status to the fabric.
4242
3. Starting WaHostBootstrapper and monitoring it to make sure that the role is in goal state.
4343

@@ -54,7 +54,7 @@ The following diagram presents the architecture of Azure resources.
5454
3. Setting up the AppPool for the configured role in the service model
5555
4. Setting up IIS logging to point to the DiagnosticStore LocalStorage folder
5656
5. Configuring permissions and ACLs
57-
6. The website resides in %roleroot%:\sitesroot\0, and the apppool points to this location to run IIS.
57+
6. The website resides in %roleroot%:\sitesroot\0, and the AppPool points to this location to run IIS.
5858

5959
**G**. Startup tasks are defined by the role model and started by WaHostBootstrapper. Startup tasks can be configured to run in the background asynchronously, and the host bootstrapper will start the startup task and then continue on to other startup tasks. Startup tasks can also be configured to run in Simple (default) mode in which the host bootstrapper will wait for the startup task to finish running and return a success (0) exit code before continuing to the next startup task.
6060

@@ -70,7 +70,7 @@ The following diagram presents the architecture of Azure resources.
7070

7171
## Workflow processes
7272

73-
1. A user makes a request, such as uploading .cspkg and .cscfg files, telling a resource to stop or making a configuration change, and so on. This can be done through the Azure portal or a tool that uses the Service Management API, such as the Visual Studio Publish feature. This request goes to RDFE to do all the subscription-related work and then communicate the request to FFE. The rest of these workflow steps are to deploy a new package and start it.
73+
1. A user makes a request, such as uploading ".cspkg" and ".cscfg" files, telling a resource to stop or making a configuration change, and so on. This can be done through the Azure portal or a tool that uses the Service Management API, such as the Visual Studio Publish feature. This request goes to RDFE to do all the subscription-related work and then communicate the request to FFE. The rest of these workflow steps are to deploy a new package and start it.
7474
2. FFE finds the correct machine pool (based on customer input such, as affinity group or geographical location plus input from the fabric, such as machine availability) and communicates with the master fabric controller in that machine pool.
7575
3. The fabric controller finds a host that has available CPU cores (or spins up a new host). The service package and configuration is copied to the host, and the fabric controller communicates with the host agent on the host OS to deploy the package (configure DIPs, ports, guest OS, and so on).
7676
4. The host agent starts the Guest OS and communicates with the guest agent (WindowsAzureGuestAgent). The host sends heartbeats to the guest to make sure that the role is working towards its goal state.
@@ -79,7 +79,7 @@ The following diagram presents the architecture of Azure resources.
7979
7. WaHostBootstrapper reads the **Startup** tasks from E:\RoleModel.xml and begins executing startup tasks. WaHostBootstrapper waits until all Simple startup tasks have finished and returned a “success” message.
8080
8. For Full IIS web roles, WaHostBootstrapper tells IISConfigurator to configure the IIS AppPool and points the site to `E:\Sitesroot\<index>`, where `<index>` is a 0 based index into the number of `<Sites>` elements defined for the service.
8181
9. WaHostBootstrapper will start the host process depending on the role type:
82-
1. **Worker Role**: WaWorkerHost.exe is started. WaHostBootstrapper executes the OnStart() method.After it returns, WaHostBootstrapper starts to execute the Run() method, and then simultaneously marks the role as Ready and puts it into the load balancer rotation (if InputEndpoints are defined). WaHostBootsrapper then goes into a loop of checking the role status.
82+
1. **Worker Role**: WaWorkerHost.exe is started. WaHostBootstrapper executes the OnStart() method. After it returns, WaHostBootstrapper starts to execute the Run() method, and then simultaneously marks the role as Ready and puts it into the load balancer rotation (if InputEndpoints are defined). WaHostBootsrapper then goes into a loop of checking the role status.
8383
1. **SDK 1.2 HWC Web Role**: WaWebHost is started. WaHostBootstrapper executes the OnStart() method. After it returns, WaHostBootstrapper starts to execute the Run() method, and then simultaneously marks the role as Ready and puts it into the load balancer rotation. WaWebHost issues a warmup request (GET /do.rd_runtime_init). All web requests are sent to WaWebHost.exe. WaHostBootsrapper then goes into a loop of checking the role status.
8484
1. **Full IIS Web Role**: aIISHost is started. WaHostBootstrapper executes the OnStart() method. After it returns, it starts to execute the Run() method, and then simultaneously marks the role as Ready and puts it into the load balancer rotation. WaHostBootsrapper then goes into a loop of checking the role status.
8585
10. Incoming web requests to a Full IIS web role triggers IIS to start the W3WP process and serve the request, the same as it would in an on-premises IIS environment.

articles/dns/dns-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to troubleshoot common issues with Azure DNS
44
services: dns
55
documentationcenter: na
66
author: genlin
7-
manager: cshepard
7+
manager: dcscontentpm
88
editor: ''
99

1010
ms.assetid: 95b01dc3-ee69-4575-a259-4227131e4f9c

articles/load-balancer/load-balancer-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Troubleshoot known issues with Azure Load Balancer
55
services: load-balancer
66
documentationcenter: na
77
author: chadmath
8-
manager: cshepard
8+
manager: dcscontentpm
99
ms.custom: seodoc18
1010
ms.service: load-balancer
1111
ms.devlang: na

0 commit comments

Comments
 (0)