@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