You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying using the marketplace UI template fails with this error:
{
"status": "Failed",
"error": {
"code": "InvalidResourceLocation",
"message": "The specified location '[parameters('sharedServicesLocation')]' is invalid. A location must consist of characters, whitespace, digit, or following symbols '(,)'."
}
}
Steps to Reproduce
Try to deploy from the Marketplace UI at src/bicep/ui/ like so:
Steps to reproduce the behavior:
Click the Deploy to Azure button
Receive an error about shared services location
Expected behavior
Deployment succeeds without modifying any input
Actual behavior
Deployment fails on InvalidResourceLocation
Screenshots
Additional context
n/a
The text was updated successfully, but these errors were encountered:
glennmusa
changed the title
UI deployment from marketplace template fails with InvalidResourceLocation on Log Analytics Workspace creation
Update Bicep form with pre-deployment input validation
Dec 6, 2021
Description
Deploying using the marketplace UI template fails with this error:
Steps to Reproduce
Try to deploy from the Marketplace UI at
src/bicep/ui/
like so:Steps to reproduce the behavior:
Deploy to Azure
buttonExpected behavior
Deployment succeeds without modifying any input
Actual behavior
Deployment fails on
InvalidResourceLocation
Screenshots
Additional context
n/a
The text was updated successfully, but these errors were encountered: