Skip to content

Commit 589fe9e

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-landing-devops-projects
2 parents 882e920 + 09c1590 commit 589fe9e

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

articles/application-gateway/tutorial-multiple-sites-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ for ($i=1; $i -le 2; $i++)
223223
-ImageReferencePublisher MicrosoftWindowsServer `
224224
-ImageReferenceOffer WindowsServer `
225225
-ImageReferenceSku 2016-Datacenter `
226-
-ImageReferenceVersion latest
226+
-ImageReferenceVersion latest `
227227
-OsDiskCreateOption FromImage
228228
229229
Set-AzVmssOsProfile $vmssConfig `

articles/azure-databricks/frequently-asked-questions-databricks.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ For more information, see [Use Azure Data Lake Storage with Azure Databricks](/a
3434

3535
Here are a few problems you might encounter with Databricks.
3636

37-
### Issue: This subscription is not registered to use the namespace Microsoft.Databricks
37+
### Issue: This subscription is not registered to use the namespace 'Microsoft.Databricks'
3838

3939
#### Error message
4040

41-
"This subscription is not registered to use the namespace Microsoft.Databricks. See https://aka.ms/rps-not-found for how to register subscriptions. (Code: MissingSubscriptionRegistration)"
41+
"This subscription is not registered to use the namespace 'Microsoft.Databricks'. See https://aka.ms/rps-not-found for how to register subscriptions. (Code: MissingSubscriptionRegistration)"
4242

4343
#### Solution
4444

@@ -82,11 +82,20 @@ If you did not create the workspace, and you are added as a user, contact the pe
8282

8383
#### Error message
8484

85-
"Cloud Provider Launch Failure: A cloud provider error was encountered while setting up the cluster. For more information, see the Databricks guide. Azure error code: PublicIPCountLimitReached. Azure error message: Cannot create more than 60 public IP addresses for this subscription in this region."
85+
"Cloud Provider Launch Failure: A cloud provider error was encountered while setting up the cluster. For more information, see the Databricks guide. Azure error code: PublicIPCountLimitReached. Azure error message: Cannot create more than 10 public IP addresses for this subscription in this region."
86+
87+
#### Background
88+
89+
Databricks clusters use one public IP address per node (including the driver node). Azure subscriptions have [public IP address limits](/azure/azure-resource-manager/management/azure-subscription-service-limits#publicip-address) per region. Thus, cluster creation and scale-up operations may fail if they would cause the number of public IP addresses allocated to that subscription in that region to exceed the limit. This limit also includes public IP addresses allocated for non-Databricks usage, such as custom user-defined VMs.
90+
91+
In general, clusters only consume public IP addresses while they are active. However, `PublicIPCountLimitReached` errors may continue to occur for a short period of time even after other clusters are terminated. This is because Databricks temporarily caches Azure resources when a cluster is terminated. Resource caching is by design, since it significantly reduces the latency of cluster startup and autoscaling in many common scenarios.
8692

8793
#### Solution
8894

89-
Databricks clusters use one public IP address per node. If your subscription has already used all its public IPs, you should [request to increase the quota](https://docs.microsoft.com/azure/azure-portal/supportability/resource-manager-core-quotas-request). Choose **Quota** as the **Issue Type**, and **Networking: ARM** as the **Quota Type**. In **Details**, request a Public IP Address quota increase. For example, if your limit is currently 60, and you want to create a 100-node cluster, request a limit increase to 160.
95+
If your subscription has already reached its public IP address limit for a given region, then you should do one or the other of the following.
96+
97+
- Create new clusters in a different Databricks workspace. The other workspace must be located in a region in which you have not reached your subscription's public IP address limit.
98+
- [Request to increase your public IP address limit](https://docs.microsoft.com/azure/azure-portal/supportability/resource-manager-core-quotas-request). Choose **Quota** as the **Issue Type**, and **Networking: ARM** as the **Quota Type**. In **Details**, request a Public IP Address quota increase. For example, if your limit is currently 60, and you want to create a 100-node cluster, request a limit increase to 160.
9099

91100
### Issue: A second type of cloud provider launch failure while setting up the cluster (MissingSubscriptionRegistration)
92101

@@ -118,4 +127,3 @@ Log in as a global administrator to the Azure portal. For Azure Active Directory
118127

119128
- [Quickstart: Get started with Azure Databricks](quickstart-create-databricks-workspace-portal.md)
120129
- [What is Azure Databricks?](what-is-azure-databricks.md)
121-

0 commit comments

Comments
 (0)