|
1 | 1 | ### YamlMime:FAQ
|
2 | 2 | metadata:
|
3 |
| - title: Frequently asked questions for to Azure Cloud Services (extended support) |
4 |
| - description: Frequently asked questions for to Azure Cloud Services (extended support) |
| 3 | + title: Frequently asked questions for Azure Cloud Services (extended support) |
| 4 | + description: Frequently asked questions for Azure Cloud Services (extended support) |
5 | 5 | ms.topic: faq
|
6 | 6 | ms.service: cloud-services-extended-support
|
7 | 7 | author: gachandw
|
@@ -30,7 +30,7 @@ sections:
|
30 | 30 | - question: |
|
31 | 31 | How does my quota change?
|
32 | 32 | answer: |
|
33 |
| - Customers will need to request quota using the same processes as any other Azure Resource Manager product.Quota in Azure Resource Manager is regional and a separate quota request will be needed for each region. |
| 33 | + Customers will need to request quota using the same processes as any other Azure Resource Manager product. Quota in Azure Resource Manager is regional and a separate quota request will be needed for each region. |
34 | 34 |
|
35 | 35 | - question: |
|
36 | 36 | Why don’t I see a production & staging slot anymore?
|
@@ -58,7 +58,7 @@ sections:
|
58 | 58 | There are no changes to the design, architecture or components of web and worker roles.
|
59 | 59 |
|
60 | 60 | - question: |
|
61 |
| - Role Instance Scaling keeps failing, how to mitigate this ? |
| 61 | + Role Instance Scaling keeps failing, how to mitigate this? |
62 | 62 | answer: |
|
63 | 63 | When multiple Scale calls happen on the same Cloud Service (for different roles) at the same approximate time, due to a race condition, the Microsoft Platform components go out of sync leading to failures. Microsoft is actively working on resolving this issue. The workaround suggested for the interim is not to auto scale all roles simultaneously.
|
64 | 64 |
|
@@ -171,7 +171,7 @@ sections:
|
171 | 171 | - question: |
|
172 | 172 | Can the reserved IP be updated after a successful deployment?
|
173 | 173 | answer: |
|
174 |
| - A reserved IP cannot be added, removed or changed during deployment update or upgrade. If the IP addresses needs to be changed, please use a swappable Cloud Service or deploy two Cloud Services with a CName in Azure DNS\Traffic Manager so that the IP can be pointed to either of them. |
| 174 | + A reserved IP cannot be added, removed or changed during deployment update or upgrade. If the IP addresses need to be changed, please use a swappable Cloud Service or deploy two Cloud Services with a CName in Azure DNS\Traffic Manager so that the IP can be pointed to either of them. |
175 | 175 |
|
176 | 176 | - question: |
|
177 | 177 | Can I use a DNS name with Cloud Services (extended support)?
|
@@ -208,12 +208,12 @@ sections:
|
208 | 208 | - name: Known Issues
|
209 | 209 | questions:
|
210 | 210 | - question: |
|
211 |
| - Role Instance Scaling keeps failing, how to mitigate this ? |
| 211 | + Role Instance Scaling keeps failing, how to mitigate this? |
212 | 212 | answer: |
|
213 | 213 | When multiple Scale calls happen on the same Cloud Service (for different roles) at the same approximate time, due to a race condition, the Microsoft Platform components go out of sync leading to failures. Microsoft is actively working on resolving this issue. The workaround suggested for the interim is not to auto scale all roles simultaneously.
|
214 | 214 |
|
215 | 215 | - question: |
|
216 |
| - Visual Studio/Tools doesn't support deployment of CS-ES when VNET is located in a different Resource Group. How to deploy ? |
| 216 | + Visual Studio/Tools doesn't support deployment of CS-ES when VNET is located in a different Resource Group. How to deploy? |
217 | 217 | answer: |
|
218 | 218 | This scenario is not supported via Visual Studio. Please deploy via PowerShell or Portal.
|
219 | 219 |
|
|
0 commit comments