I'm aware, my workspace/subscription will be converted into a 'pay-as-you-go' model. That's okay - however I wonder why you don't provide a non-restricted plan just for learning. I'm sure there are ways to block commercial use. However, that's not my point. I am writing this message for another reason:
After I set up the workspace in my Azure account (currently also in trial) I learned that it's better to deploy Databricks "vnet-injected", since there's an "Azure Database for PostgreSQL flexible server" (acting as my datasource system) in my account as well as some other resources, such as a Key vault. I also want to add Kafka/Event Hub later to play with streaming.
Appereantly it's better to integrate different azure resources via vnet. As for now, I had to figure out the IP of my personal cluster and add it to my Postges-VM's firewall, which is clumsy 😉
Should I just delete my current Databricks workspace once it's expired and then re-deploy it using vnet-injection or can I change this in some way?