How to Deploy Azure Web Application with Pulumi

preview_player
Показать описание
In this video we look at how to deploy your Azure infrastructure as code using Pulumi. A great substitute for ARM Templates!

Coding books I recommend:

My Setup:
Рекомендации по теме
Комментарии
Автор

The title says "deploy web application", but you're only standing up infrastructure, right? I didn't see any reference to application code being packaged/copied etc.

JuanUys
Автор

The title is quite misleading, please rename it to actually represent what you are doing, this is not a complete deployment.

ViniciusMiguel
Автор

I have a question. You created with AppInsights, but removed it and did a pulumi destroy... Would the NEW code define what would be destroyed? If so, would the resource group fail to delete because AppInsights still exists? Or does destroy always delete everything, even if the script is completely wrong for what is currently deployed?

whollymindless