Skip to content

Commit 4420899

Browse files
authored
Merge pull request #234804 from hirenshah1/patch-42
Update faq.yml
2 parents 6f4f6ab + 38cd1fe commit 4420899

File tree

1 file changed

+12
-7
lines changed
  • articles/cloud-services-extended-support

1 file changed

+12
-7
lines changed

articles/cloud-services-extended-support/faq.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:FAQ
22
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)
55
ms.topic: faq
66
ms.service: cloud-services-extended-support
77
author: gachandw
@@ -30,7 +30,7 @@ sections:
3030
- question: |
3131
How does my quota change?
3232
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.
3434
3535
- question: |
3636
Why don’t I see a production & staging slot anymore?
@@ -58,7 +58,7 @@ sections:
5858
There are no changes to the design, architecture or components of web and worker roles.
5959
6060
- question: |
61-
Role Instance Scaling keeps failing, how to mitigate this ?
61+
Role Instance Scaling keeps failing, how to mitigate this?
6262
answer: |
6363
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.
6464
@@ -84,7 +84,7 @@ sections:
8484
- question: |
8585
How can I get the deployment ID for my Cloud Service (extended support)
8686
answer: |
87-
Deployment ID aka Private ID can be accessed using the [CloudServiceInstanceView](/rest/api/compute/cloudservices/getinstanceview#cloudserviceinstanceview) API. It is also available on the Azure portal under the Role and Instances blade of the Cloud Service (extended support)
87+
Deployment ID, also known as Private ID, can be accessed using the [CloudServiceInstanceView](/rest/api/compute/cloudservices/getinstanceview#cloudserviceinstanceview) API. It is also available on the Azure portal under the Role and Instances blade of the Cloud Service (extended support)
8888
8989
- question: |
9090
Are there any pricing differences between Cloud Services (classic) and Cloud Services (extended support)?
@@ -171,7 +171,7 @@ sections:
171171
- question: |
172172
Can the reserved IP be updated after a successful deployment?
173173
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.
175175
176176
- question: |
177177
Can I use a DNS name with Cloud Services (extended support)?
@@ -208,10 +208,15 @@ sections:
208208
- name: Known Issues
209209
questions:
210210
- question: |
211-
Role Instance Scaling keeps failing, how to mitigate this ?
211+
Role Instance Scaling keeps failing, how to mitigate this?
212212
answer: |
213213
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.
214214
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?
217+
answer: |
218+
This scenario is not supported via Visual Studio. Please deploy via PowerShell or Portal.
219+
215220
additionalContent: |
216221
217222
## Next steps

0 commit comments

Comments
 (0)