Azure Hybrid Cloud Design: VPN vs ServiceBus
Most companies have systems on on-premises servers that need to interact with the cloud components. Let's look at some options and their design implications.
Learn more →3 posts tagged Infrastructure.
Most companies have systems on on-premises servers that need to interact with the cloud components. Let's look at some options and their design implications.
Learn more →
Previously, we looked into deploying Azure resources uing infrastructure-as-code using Pulumi. In this post, I am walking you through creating the C# (or TypeScript etc) code from manual prototyping and proof-of-concept deployments in Azure to making them using Pulumi.
Learn more →
To handle Infrastructure-as-Code workflows, I use a product called Pulumi. It is built on top of the open-source platform Terraform. Pulumi handles versioning and recreation of cloud resources, handles state and shows a preview of what changes will occur.
Learn more →