Skip to content

Commit 1d33226

Browse files
authored
Update faq.yml
1 parent 457a2e3 commit 1d33226

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,13 @@ sections:
201201
answer: |
202202
Yes. The reason that we enforce region boundaries is to prevent users from creating architectures that have cross region dependencies. Regional isolation is a key design principle of cloud based applications. 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)
203203
204+
- name: Known Issues
205+
questions:
206+
- question: |
207+
Role Instance Scaling keeps failing, how to mitigate this ?
208+
answer: |
209+
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.
210+
204211
additionalContent: |
205212
206213
## Next steps

0 commit comments

Comments
 (0)