You can just change the prefix
and/or postfix
values in the config-lab.yml for each template and trigger a new deployment.
Not yet. We´re working with Azure DevTest Labs and other engineering groups to make Azure Data Labs templates compatible with Azure Deployment Environments, so that you can manage templates and deployments from Azure UI.
You can use the Azure Data Labs Modules to create your own templates, see Create a New Template.
Error Message:
Error: retrieving File System "default" in Storage Account "stdata03001": datalakestore.Client#GetProperties: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: error response cannot be parsed: {"" '\x00' '\x00'} error: EOF
Solution:
This error message appears when a GitHub Actions is triggered more than once. The workflows tries to check container access using an IP not whitelisted in the Storage Account firewall by the previous deployment https://api.github.com/meta. Eventually, we recommended to manually open Storage Account firewall by clicking Enabled from all networks
to make the re-run work.