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
This the logic seems to be incorrect. Current logic in words, if we have blobServices and the module blobContains blobContainers, then return empty string, else return the ref for the blob endpoint.
The contains(storageAccount_blobServices, 'blobContainers')) is also invalid, as it will never be true. The return of the module will only contain name and outputs.
The text was updated successfully, but these errors were encountered:
Description
The storage account module has the following output for blob endpoint:
2 issues with this:
blobServices
and the module blobContains blobContainers, then return empty string, else return the ref for the blob endpoint.contains(storageAccount_blobServices, 'blobContainers'))
is also invalid, as it will never be true. The return of the module will only containname
andoutputs
.The text was updated successfully, but these errors were encountered: