-
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
[AVM Module Issue]: associatedKeyVaultResourceId parameter for ML workspace causing deployment error when null #3849
Comments
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. |
@DavidSP-Transparity, thanks for submitting this issue for the Important A member of the @Azure/avm-res-machinelearningservices-workspace-module-owners-bicep or @Azure/avm-res-machinelearningservices-workspace-module-contributors-bicep team will review it soon! |
Hi @DavidSP-Transparity, thanks for raising this issue. To me, it seems like this is an issue with the ARM resource provider rather than the |
@cecheta - Yes that's right, it is. Apologies as I thought it would be best to log here. I'll raise a support request with Azure. I do think it's a good idea to keep this issue open until I get confirmation from Microsoft that it's been resolved, would you agree? I also think it would be good to add a note to the AVM module for anyone using it in the way I described. Something like this? :- "If you provide a null or empty value for the parameter 'associatedKeyVaultResourceId' to utilise a Microsoft-managed Key Vault as your credential store (Microsoft-managed credential store (preview)), then you may experience a deployment error as 'InternalServerError'. You can track the issue at: GitHub #3849." |
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
I will see if I can find time to update the description, however in the meantime a contribution would be welcome! |
Check for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/machine-learning-services/workspace
(Optional) Module Version
No response
Description
I have noticed that there's an issue with the resource provider used in this module, which is affecting the module's consumption (including linked modules).
This seems to be the case for the resource provider, even the latest version 'Microsoft.MachineLearningServices/workspaces@2024-07-01-preview'.
The deployment error is generic, and is as follows:
{
"code": "InternalServerError",
"message": "InternalServerError"
}
From my extensive testing, this seems to have been caused by the newly added preview feature which accepts null to use a Microsoft-managed Key Vault as your credential store - Microsoft-managed credential store (preview).
To replicate the issue:
(Optional) Correlation Id
No response
The text was updated successfully, but these errors were encountered: