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
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -35,17 +35,17 @@ sections:
35
35
- question: |
36
36
Why don’t I see a production & staging slot anymore?
37
37
answer: |
38
-
Cloud Services (extended support) does not support the logical concept of a hosted service, which included two slots (Production & Staging). Each deployment is an independent Cloud Service (extended support) deployment. To test and stage a new release of a cloud service, deploy a cloud service (extended support) and tag it as VIP swappable with another cloud service (extended support)
38
+
Cloud Services (extended support) doesn't support the logical concept of a hosted service, which included two slots (Production & Staging). Each deployment is an independent Cloud Service (extended support) deployment. To test and stage a new release of a cloud service, deploy a cloud service (extended support) and tag it as VIP swappable with another cloud service (extended support)
39
39
40
40
- question: |
41
41
Why can’t I create an empty Cloud Service anymore?
42
42
answer: |
43
-
The concept of hosted service names does not exist anymore, you cannot create an empty Cloud Service (extended support).
43
+
The concept of hosted service names doesn't exist anymore, you can't create an empty Cloud Service (extended support).
44
44
45
45
- question: |
46
46
Does Cloud Services (extended support) support Resource Health Check (RHC)?
47
47
answer: |
48
-
No, Cloud Services (extended support) does not support Resource Health Check (RHC).
48
+
No, Cloud Services (extended support) doesn't support Resource Health Check (RHC).
49
49
50
50
- question: |
51
51
How are role instance metrics changing?
@@ -74,12 +74,12 @@ sections:
74
74
- question: |
75
75
Does Cloud Services (extended support) support stopped-allocated and stopped-deallocated states?
76
76
answer: |
77
-
Cloud Services (extended support) deployment only supports the Stopped- Allocated state which appears as "stopped" in the Azure portal. Stopped- Deallocated state is not supported.
77
+
Cloud Services (extended support) deployment only supports the Stopped- Allocated state which appears as "stopped" in the Azure portal. Stopped- Deallocated state isn't supported.
78
78
79
79
- question: |
80
80
Do Cloud Services (extended support) deployments support scaling across clusters, availability zones, and regions?
81
81
answer: |
82
-
Cloud Services (extended support) deployments cannot scale across multiple clusters, availability zones and regions.
82
+
Cloud Services (extended support) deployments can't scale across multiple clusters, availability zones and regions.
83
83
84
84
- question: |
85
85
How can I get the deployment ID for my Cloud Service (extended support)
@@ -138,12 +138,12 @@ sections:
138
138
- question: |
139
139
Does Cloud Services (extended support) allow CTP package format?
140
140
answer: |
141
-
CTP package format is not supported in Cloud Services (extended support). However, it allows an enhanced package size limit of 800 MB
141
+
CTP package format isn't supported in Cloud Services (extended support). However, it allows an enhanced package size limit of 800 MB
142
142
143
143
- question: |
144
144
CSES requires its package files to be stored in a storage account. Can the storage account be set as "enable access from selected virtual networks"
145
145
answer: |
146
-
CSES does not support Managed Identity Support. So, Storage account by design does not allow CSES to access the package files when storage account is enabled only selected VNet in the setting.
146
+
CSES doesn't support Managed Identity Support. So, Storage account by design doesn't allow CSES to access the package files when storage account is enabled only selected VNet in the setting.
147
147
148
148
- name: Migration
149
149
questions:
@@ -172,7 +172,7 @@ sections:
172
172
- question: |
173
173
What restrictions apply for a subnet with respective to Cloud Services (extended support)?
174
174
answer: |
175
-
A subnet containing Cloud Services (extended support) deployments cannot be shared with deployments from other compute products such as Virtual Machines, Virtual Machines Scale Sets, Service Fabric, etc.
175
+
A subnet containing Cloud Services (extended support) deployments can't be shared with deployments from other compute products such as Virtual Machines, Virtual Machines Scale Sets, Service Fabric, etc.
176
176
177
177
- question: |
178
178
What IP allocation methods are supported on Cloud services (extended support)?
@@ -187,7 +187,7 @@ sections:
187
187
- question: |
188
188
Can the reserved IP be updated after a successful deployment?
189
189
answer: |
190
-
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.
190
+
A reserved IP can't 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.
191
191
192
192
- question: |
193
193
Can I use a DNS name with Cloud Services (extended support)?
@@ -214,7 +214,7 @@ sections:
214
214
- question: |
215
215
When specifying secrets/certificates to be installed to a Cloud Service, must the KeyVault resource be in the same Azure subscription as the Cloud Service resource?
216
216
answer: |
217
-
Yes. We do not allow cross subscription key vault references in Cloud Services to guard against escalation of privilege attacks through CS-ES. The subscription is not a boundary that CS-ES will cross for references to secrets. The reason we do not allow cross subscription references is as an important final step to prevent malicious users from using CS-ES as a privilege escalation mechanism to access other users secrets. Subscription isn’t a security boundary, but defense in depth is a requirement. However, you can use the Key Vault extension to get cross subscription and cross region support for your certificates. Please refer to the documentation [here](./enable-key-vault-virtual-machine.md)
217
+
Yes. We don't allow cross subscription key vault references in Cloud Services to guard against escalation of privilege attacks through CS-ES. The subscription isn't a boundary that CS-ES will cross for references to secrets. The reason we do not allow cross subscription references is as an important final step to prevent malicious users from using CS-ES as a privilege escalation mechanism to access other users secrets. Subscription isn’t a security boundary, but defense in depth is a requirement. However, you can use the Key Vault extension to get cross subscription and cross region support for your certificates. Please refer to the documentation [here](./enable-key-vault-virtual-machine.md)
218
218
219
219
- question: |
220
220
When specifying secrets/certificates to be installed to a Cloud Service, must the KeyVault resource be in the same region as the Cloud Service resource?
@@ -231,7 +231,7 @@ sections:
231
231
- question: |
232
232
Visual Studio/Tools doesn't support deployment of CS-ES when VNET is located in a different Resource Group. How to deploy?
233
233
answer: |
234
-
This scenario is not supported via Visual Studio. Please deploy via PowerShell or Portal.
234
+
This scenario isn't supported via Visual Studio. Please deploy via PowerShell or Portal.
0 commit comments