โ11-28-2024 01:39 AM
With Azure notifying that retirement of the basic public IP SKU in 2025 I'd like to understand how compute cluster workers can be moved over from basic to standard SKU? We've used Terraform to deploy our Databricks environment but I'd like to understand if any config changes need to be made to change over the SKUs?
โ11-28-2024 02:37 AM
@Matty wrote:With Azure notifying that retirement of the basic public IP SKU in 2025 I'd like to understand how compute cluster workers can be moved over from basic to standard SKU? We've used Terraform to deploy our Databricks environment but I'd like to understand if any config changes need to be made to change over the SKUs?
Hello,
To move to compute cluster workers from Basic to Standard SKU in Azure, you'll need to make some configuration changes in your Terraform setup. Here's a concise guide:
Identify Resources: List all resources using Basic SKU public IPs.
Create New Standard SKU IPs: Use Terraform to create new Standard SKU public IPs.
Update Resources: Associate the new Standard SKU IPs with your resources.
Verify: Ensure all resources are correctly using the new IPs.
You can find detailed steps in the.
Best Regards,
Sonia Lewis
โ11-28-2024 02:50 AM
Hi Sonia,
Do you know under which Terraform block the additional configuration needs added to?
Thanks,
Matty
2 weeks ago
When Basic public Ip SKU is getting retired, why the databricks cluster VMs are still getting provisioned with the Basic sku IPS
2 weeks ago
I contacted Microsoft, they spoke with their SME of the Databricks team who have confirmed they're aware of this and will be transitioning from Basic to Standard SKU before deprecation - a update from Microsoft will be getting released regarding this.
From a customers perspective there's nothing we need to do.
2 weeks ago
Hi Matty,
Do you know if there is a official statement from Microsoft about this? Our platform team noticed that we have significant amount of Basic SKU Public IP addresses. I investigated and noticed that every single one of those are related to Databricks. Our Databricks configuration is handled with Terraform as well and I'm trying now to figure out if I'm supposed to make changes to the configuration or if this is something that will fix itself. I looked through our Terraform code and there's no Public IP configuration so I suppose it's using default values.
2 weeks ago
Hi PNC,
They've said there will be a communication at some point before the deprecation but never actually gave a specific date of when it'll be done, it's a bit frustrating as we'll probably keep getting alerts through saying our resources as on Basic SKU and need to upgrade until they change it over...
I've went backwards and forwards with Databricks and Microsoft and scanned through the Terraform registry many times and there's no way we can change anything relating to the SKU. It looks like it's just going to be one of those scenarios where at some point when Microsoft have made their changes Databricks jobs will scale down and when the next job runs they'll suddenly be on the Standard SKU.
2 weeks ago
Great, thanks for the info!
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group