jguadagno / jjgnet-broadcast

Repository for the automated broadcasting of blog post, conferences, and streams
MIT License
15 stars 2 forks source link

Initialize Azure infrastructure using Pulumi #44

Closed TechWatching closed 2 years ago

TechWatching commented 2 years ago

You project looks interesting, I run into it after listening to latest Azure DevOps Podcast episode.

This is just a small PR that initialises the infrastructure using Pulumi. Not all the infrastructure is implemented there, there are still resources to create, settings to add, resources to configure ... but that is a beggining.

After a pulumi up here are the resources deployed in Azure : image

I don't know if it's what you meant on your github issue "Create scripts to build infrastructure" but I thought C# code to configure an deploy the infrastructure is better than some azure or powershell script.

TechWatching commented 2 years ago

@jguadagno Let me know if this is the kind of thing you though for the infrastructure as code. If using Pulumi suits you and if I find some time, I will gladly help you configure the remaining resources.

TechWatching commented 2 years ago

@jguadagno Should I close the PR as you are not interested in this and won't merge it?

jguadagno commented 2 years ago

@jguadagno Should I close the PR as you are not interested in this and won't merge it?

No, please don't. I stopped working on the project for a bit because of other priorities. I've started working on it and will look at the PR tonight.