Skip to content

Commit f5c97ee

Browse files
authored
Merge pull request #176823 from hirenshah1/patch-26
Update faq.yml
2 parents 78f3951 + 1d33226 commit f5c97ee

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
@@ -206,6 +206,13 @@ sections:
206206
answer: |
207207
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)
208208
209+
- name: Known Issues
210+
questions:
211+
- question: |
212+
Role Instance Scaling keeps failing, how to mitigate this ?
213+
answer: |
214+
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.
215+
209216
additionalContent: |
210217
211218
## Next steps

0 commit comments

Comments
 (0)