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 }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
While it's possible to use a managed identity to run a script stored in blob storage. it's limited to just a script.
In our build process we need to download a number of ZIP and installers from BLOB. his makes it so we have to pass in the SAS token as part of the customizer. and due to the short life time on a SAS token. the Image template has to be recreated every run.
We would like to avoid the constant template deletion and creation process.
While it's possible to use a managed identity to run a script stored in blob storage. it's limited to just a script.
In our build process we need to download a number of ZIP and installers from BLOB. his makes it so we have to pass in the SAS token as part of the customizer. and due to the short life time on a SAS token. the Image template has to be recreated every run.
We would like to avoid the constant template deletion and creation process.