An Apache Spark-based analytics platform optimized for Azure.
Hello Azure Newbie,
Welcome to the MS Q&A platform.
You can delete the corresponding resource block from the Bicep file to remove resources from a Bicep template. In your case, to remove Databricks from the data landing zone deployment, you can delete the resource block for Databricks from the main.bicep file.
To customize the deployment further, you can modify the parameters and variables in the main.bicep file per your requirement.
Here is an example:
The resource block code, which starts with the 'resource' keyword and ends with closing curly braces '}'
Save the main.bicep file
I hope this helps. Please let me know if you have any further questions.