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
"message": "The property \"parent\" expected a value of type \"Microsoft.Storage/storageAccounts/blobServices\" but the provided value is of type \"Microsoft.Storage/storageAccounts@2022-09-01\".",
"message": "Expected resource name to not contain any \"/\" characters. Child resources with a parent resource reference (via the parent property or via nesting) must not contain a fully-qualified name.",
"message": "The property \"parent\" expected a value of type \"Microsoft.Storage/storageAccounts/fileServices\" but the provided value is of type \"Microsoft.Storage/storageAccounts@2022-09-01\".",
"message": "Expected resource name to not contain any \"/\" characters. Child resources with a parent resource reference (via the parent property or via nesting) must not contain a fully-qualified name.",
EXPECTED: Not sure, but possibly one of:
better fix (is creating blobServer/fileService the only posible fix?)
no warning
??
Here's the version that fully works (using copilot, multiple iterations, adding blobService and fileService resources)
Gives these warnings:
Use quick fix on the blobContainer and fileShare resources, and you get this:
with these errors:
EXPECTED: Not sure, but possibly one of:
Here's the version that fully works (using copilot, multiple iterations, adding blobService and fileService resources)
The text was updated successfully, but these errors were encountered: