Skip to content
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

Blob Containers can read the full Storage Account URL #6136

Open
JFolberth opened this issue Mar 5, 2022 · 1 comment
Open

Blob Containers can read the full Storage Account URL #6136

JFolberth opened this issue Mar 5, 2022 · 1 comment
Labels
enhancement New feature or request revisit

Comments

@JFolberth
Copy link
Contributor

JFolberth commented Mar 5, 2022

Is your feature request related to a problem? Please describe.
When creating and referencing a container within an Azure Storage account it would be nice not to have to rely on string interpolation to reference said container.

This came to light when doing SQL Server vulnerability assessments which requires the container path. It works with something like:

${storageAccountVulnerability.properties.primaryEndpoints.blob}${storageAccountContainerVulnerability.name}

Would love to be able to reference this with a property off of storageAccountContainerVulnerability in this case.

Describe the solution you'd like
Reference something like
storageAccountContainerVulnerability.properties.URL
This value is available in the portal.

@JFolberth JFolberth added the enhancement New feature or request label Mar 5, 2022
@ghost ghost added the Needs: Triage 🔍 label Mar 5, 2022
@alex-frankel
Copy link
Collaborator

If it's not returned by the API, there is not a lot we can do other than "fake" it in Bicep which is covered in #2085

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request revisit
Projects
None yet
Development

No branches or pull requests

2 participants