Skip to content

Commit 5a97e39

Browse files
authored
Merge pull request #252049 from hirenshah1/patch-51
Update faq.yml
2 parents e55d16b + 2209993 commit 5a97e39

File tree

1 file changed

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

1 file changed

+17
-12
lines changed

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

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ sections:
3535
- question: |
3636
Why don’t I see a production & staging slot anymore?
3737
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)
3939
4040
- question: |
4141
Why can’t I create an empty Cloud Service anymore?
4242
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).
4444
4545
- question: |
4646
Does Cloud Services (extended support) support Resource Health Check (RHC)?
4747
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).
4949
5050
- question: |
5151
How are role instance metrics changing?
@@ -74,12 +74,12 @@ sections:
7474
- question: |
7575
Does Cloud Services (extended support) support stopped-allocated and stopped-deallocated states?
7676
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.
7878
7979
- question: |
8080
Do Cloud Services (extended support) deployments support scaling across clusters, availability zones, and regions?
8181
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.
8383
8484
- question: |
8585
How can I get the deployment ID for my Cloud Service (extended support)
@@ -95,7 +95,12 @@ sections:
9595
Why do I see a change in billing amount after November 2022 for Cloud Services (extended support) deployments?
9696
answer: |
9797
A bug in Bandwidth billing was fixed in November 2022, resulting in customers possibly seeing increased billing based on their data transfer out to other regions or internet. For additional reference, visit the [Azure bandwidth pricing page](https://azure.microsoft.com/pricing/details/bandwidth/).
98-
98+
99+
- question: |
100+
What is the Service Level Agreement (SLA) for Cloud Services (extended support)?
101+
answer: |
102+
The Service Level Agreement (SLA) for Cloud Services (extended support) is same as SLA for Cloud Services (classic). Please refer [Licensing Documents](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
103+
99104
- name: Resources
100105
questions:
101106
- question: |
@@ -133,12 +138,12 @@ sections:
133138
- question: |
134139
Does Cloud Services (extended support) allow CTP package format?
135140
answer: |
136-
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
137142
138143
- question: |
139144
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"
140145
answer: |
141-
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.
142147
143148
- name: Migration
144149
questions:
@@ -167,7 +172,7 @@ sections:
167172
- question: |
168173
What restrictions apply for a subnet with respective to Cloud Services (extended support)?
169174
answer: |
170-
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.
171176
172177
- question: |
173178
What IP allocation methods are supported on Cloud services (extended support)?
@@ -182,7 +187,7 @@ sections:
182187
- question: |
183188
Can the reserved IP be updated after a successful deployment?
184189
answer: |
185-
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.
186191
187192
- question: |
188193
Can I use a DNS name with Cloud Services (extended support)?
@@ -209,7 +214,7 @@ sections:
209214
- question: |
210215
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?
211216
answer: |
212-
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)
213218
214219
- question: |
215220
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?
@@ -226,7 +231,7 @@ sections:
226231
- question: |
227232
Visual Studio/Tools doesn't support deployment of CS-ES when VNET is located in a different Resource Group. How to deploy?
228233
answer: |
229-
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.
230235
231236
additionalContent: |
232237

0 commit comments

Comments
 (0)