Tag: Azure Image Builder
-
Don’t wait for the build to fail: How to check Azure Image Builder live log
The Azure Image Builder process now supports live log streaming via Azure Container Instances, eliminating the need for manual log downloads. This enhancement allows users to monitor image build progress in real time, identify errors early, and validate script execution. Access logs directly in the Azure Portal for immediate visibility.
-
No SAS, No Stress: Access Blob Scripts in AVD Image Templates using Managed Identity
The article discusses the challenges of using time-limited tokens in Azure Virtual Desktop (AVD) custom image templates. It suggests using managed identities for blob access instead of Shared Access Signatures (SAS) to avoid token expiration issues. It also provides prerequisites and step-by-step instructions for configuring permissions and creating custom image templates with blob scripts.