You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cloud-services-extended-support/faq.yml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
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
@@ -84,7 +84,7 @@ sections:
84
84
- question: |
85
85
How can I get the deployment ID for my Cloud Service (extended support)
86
86
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)
88
88
89
89
- question: |
90
90
Are there any pricing differences between Cloud Services (classic) and Cloud Services (extended support)?
@@ -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,10 +208,15 @@ 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
+
- 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.
0 commit comments