cd sample2_enterprise_azure_databricks_environment/
./deploy.sh
validate Storage Account does not have subnets in the whitelist network
validate Key Vault does not have subnets in the whitelist network
deploy sample 3
cd ../sample3_cluster_provisioning_and_data_access/
# provide local access to the storage account to upload sample data
az storage account network-rule add --resource-group "$AZURE_RESOURCE_GROUP_NAME" --account-name "${DEPLOYMENT_PREFIX}asa01" --ip-address "$(curl -s ifconfig.me)" --output none
# deploy
./deploy.sh
# remove local access to the storage account
az storage account network-rule remove --resource-group "$AZURE_RESOURCE_GROUP_NAME" --account-name "${DEPLOYMENT_PREFIX}asa01" --ip-address "$(curl -s ifconfig.me)" --output none
access ADB and run the notebooks in their respective clusters.
Validate access to Key Vault
Validate access to Storage Account
delete resources
cd ../sample2_enterprise_azure_databricks_environment/
./destroy.sh
Type of PR
Purpose
Storage Account
andKey Vault
Does this introduce a breaking change?
Author pre-publish checklist:
Validation steps
create environment variables:
deploy
sample 2
validate Storage Account does not have subnets in the whitelist network
validate Key Vault does not have subnets in the whitelist network
deploy
sample 3
access ADB and run the notebooks in their respective clusters.
Validate access to
Key Vault
Validate access to
Storage Account
delete resources
Issues Closed or Referenced