Skip to content

Commit e8ee84b

Browse files
Merge pull request #289800 from sdwheeler/sdw-w338141-faq-fraud
Add FAQ for handling fraud prevention
2 parents e5773d9 + 8d92ab6 commit e8ee84b

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

articles/cloud-shell/faq-troubleshooting.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article answers common questions and explains how to troubleshoot Cloud Shell issues.
3-
ms.date: 08/29/2024
3+
ms.date: 11/04/2024
44
ms.topic: troubleshooting
55
tags: azure-resource-manager
66
ms.custom: has-azure-ad-ps-ref
@@ -125,7 +125,7 @@ command that requires elevated permissions.
125125

126126
- **Details**: Cloud Shell uses Azure Relay for terminal connections. Cloud Shell can fail to
127127
request a terminal due to DNS resolution problems. This failure can be caused when you launch a
128-
Cloud Shell session from a host in a network that has a private DNS Zone for the servicebus
128+
Cloud Shell session from a host in a network that has a private DNS Zone for the `servicebus`
129129
domain. This error can also occur if you're using a private on-premises DNS server.
130130

131131
- **Resolution**: You can add a DNS record for the Azure Relay instance that Cloud Shell uses.
@@ -189,6 +189,27 @@ command that requires elevated permissions.
189189
Alternately, you can deploy your own private Cloud Shell instance. For more information, see
190190
[Deploy Cloud Shell in a virtual network][01].
191191

192+
### Terminal output - Sorry, your Cloud Shell failed to provision: {"code":"TenantDisabled" ...}
193+
194+
195+
- **Details**: In rare cases, Azure might flag out-of-the-ordinary resource consumption based in
196+
from Cloud Shell as fraudulent activity. When this occurs, Azure disables Cloud Shell at the
197+
tenant level and you see the following error message:
198+
199+
> Sorry, your Cloud Shell failed to provision: {"code":"TenantDisabled","message":"Cloud Shell has
200+
> been disabled in directory<>."} Please refresh the page.
201+
202+
There can be legitimate use cases where CPU usage in your Azure Cloud Shell instance exceeds the
203+
thresholds that trigger fraud prevention and block your tenant. Large AZCopy jobs could be the
204+
cause this event. The Microsoft Azure engineering team can help to figure out why the tenant was
205+
disabled and re-enable it.
206+
207+
- **Resolution**: To investigate the cause and re-enable Cloud Shell for your tenant, open a new
208+
Azure support request. Include the following details:
209+
210+
1. Tenant ID
211+
2. The business justification and a description of how you use Cloud Shell.
212+
192213
## Managing Cloud Shell
193214

194215
### Manage personal data

0 commit comments

Comments
 (0)