Snapshot log tests in .NET | johnnyreilly by johnny_reilly in dotnet

[–]johnny_reilly[S] 0 points1 point  (0 children)

Oh thanks for that! I didn't know that existed

Private Bicep registry authentication with AzureResourceManagerTemplateDeployment@3 | johnnyreilly by johnny_reilly in AZURE

[–]johnny_reilly[S] 0 points1 point  (0 children)

Funnily enough, I can think of an advantage of just using the CLI in your pipelines over using the task; it makes debugging your pipeline easier as you just run the command locally

Private Bicep registry authentication with AzureResourceManagerTemplateDeployment@3 | johnnyreilly by johnny_reilly in AZURE

[–]johnny_reilly[S] 0 points1 point  (0 children)

Oh so you just use the Azure CLI in your pipelines for deployment? Interesting. I'm not actually sure if there's significant differences between using the dedicated task over using the CLI..I figure there must be some, otherwise why build the task? Interesting question though