-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: databricks deployment error fixed avm/res/databricks/workspace
#1518
Conversation
Important The "Needs: Triage 🔍" label must be removed once the triage process is complete! Tip For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation. Note This label was added as per ITA06. |
Note The "Type: AVM |
avm/res/databricks/workspace
avm/res/databricks/workspace
avm/res/databricks/workspace
avm/res/databricks/workspace/tests/e2e/waf-aligned/dependencies.bicep
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆗
Description
According to documentation here when deploying an Azure Machine Learning (AML) workspace , the storage account that is associated with it, needs an RBAC assigned. The User Assigned Managed Identity (UAMI) is associated with the AML as its identity, this UAMI needs to have Contributor over the Blob Storage account.
The fix I have implemented does this in the dependencies.bicep files
Fixes #1421
-->
Pipeline Reference
pipeline is now passing @eriqua
Type of Change
version.json
:version.json
.version.json
.Checklist
Set-AVMModule
locally to generate the supporting module files.