Problems with Azure Databricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 04:56 PM
Hi,
I want to use Databricks the first time, and am having many problems and confusions. Please help me resolve them.
1. I created a free Databricks Community account on Azure and get error when creating the cluster/compute"
Azure Quota Exceeded Exception: Error code:
ResourceCountExceedsLimitDueToTemplate, error message: Subscription f9d953e1-60e9-48b1-b00f-
ab777a75396 has a quota of 3 for resources of type Public|pAddress with sku SkuNotSpecified.
Subscription currently has 0 resources and the template contains 8 new resources of the this type which exceeds the quota. Please contact support to increase the quota for resource type Public|pAddress" .
Why do I get this error when I am using the free service and how to resolve it? Please suggest the proper way to resolve it if I need to contact Azure. I don't find a chat option on Azure DB page.
2. The email and password that I used to create the Databricks on Azure doesn't work when I try to sing in to the Databricks Community Edition. Why is so when I created the DB account via the Community Edition page?
3. Community Edition page says 14 day free trial but Azure DB page says below thing. How are they different?
Popular services free for 12 months
55+ services always free
$200 credit to use in your first 30 days
Thanks you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 09:07 PM
Hello!
The error you’re seeing is due to exceeding the quota for Public IP addresses in your Azure subscription. Check your current quota in the Azure portal under “Subscriptions” and “Usage + quotas.” If needed, request a quota increase through “Help + support” in the Azure portal.
For the login issue, try resetting your password on the Databricks Community Edition login page and ensure you’re using the correct login page.
The Community Edition is a free, limited version for learning, while Azure Databricks is a fully managed service with more features, suitable for production workloads. Azure offers a 12-month free tier and a $200 credit for the first 30 days.
Best Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 10:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 06:20 PM
you must have created some resources with public IP addresses in your azure subscription, ie: storage account, etc...
Try to avoid using public IPs as much as possible to secure your tenant/subscription.
try to find which of your Azure resources are using public ips, then modify them: https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/how-to-find-azure-resources-...

