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
- Comment your code: The VM Image Builder build log, *customization.log*, is verbose. If you comment your scripts by using 'write-host', they'll be sent to the logs, which should make troubleshooting easier.
1. Assign permissions to the identity to distribute images. The following commands download and update the template with the previously specified parameters.
Feel free to view the [template](https://raw.githubusercontent.com/azure/azvmimagebuilder/master/solutions/14_Building_Images_WVD/armTemplateWVD.json). All the code is viewable.
234
+
Feel free to view the [template](https://raw.githubusercontent.com/azure/azvmimagebuilder/main/solutions/14_Building_Images_WVD/armTemplateWVD.json). All the code is viewable.
235
235
236
236
237
237
## Submit the template
@@ -304,5 +304,5 @@ If you no longer need the resources that were created during this process, you c
304
304
305
305
## Next steps
306
306
307
-
To try more VM Image Builder examples, go to [GitHub](https://github.com/azure/azvmimagebuilder/tree/master/quickquickstarts).
307
+
To try more VM Image Builder examples, go to [GitHub](https://github.com/azure/azvmimagebuilder/tree/main/quickquickstarts).
0 commit comments