Bogdan Bujdea
Bogdan Bujdea

Bogdan Bujdea

Follow
homeAbout me!Sponsorbadgesnewsletter
Tag

Azure

#azure

More content

Read more stories on Hashnode


Articles with this tag

Conditional deployment in Bicep

Sep 25, 20235 min read

In the Bicep infrastructure article I demonstrated how to write Bicep files and deploy them on Azure each time our pipeline runs. This enabled us to...

Conditional deployment in Bicep

Provisioning new environments with Bicep and Azure DevOps YAML Pipelines

Sep 22, 20234 min read

In this article, we continue working on our sample application and I'm going to walk you through setting up a new QA environment, neatly tucked into...

Provisioning new environments with Bicep and Azure DevOps YAML Pipelines

Pre-Deployment Health Checks in Azure DevOps YAML Pipelines

Sep 15, 20239 min read

Boosting Deployment Confidence with Comprehensive Health Checks · Creating a multi-stage YAML pipeline in Azure DevOps for .NET projects Running tests...

Pre-Deployment Health Checks in Azure DevOps YAML Pipelines

Static code analysis with NDepend in Azure Pipelines

Sep 19, 20223 min read

Creating a multi-stage YAML pipeline in Azure DevOps for .NET projects Running tests with code coverage in Azure DevOps YAML pipelines Static code...

Static code analysis with NDepend in Azure Pipelines

We're migrating a monolith to microservices in Azure - What hosting should we use?

Jul 18, 20222 min read

Azure architecture vs cloud agnostic architecture · In the next few months I'll be involved in migrating a monolith app from IaaS to a SaaS offering and...

We're migrating a monolith to microservices in Azure - What hosting should we use?

Deploying a Teams bot in Azure using Visual Studio

Sep 23, 20212 min read

In the previous post I showed you how you can debug your bot locally by using Teams and ngrok. In this post I'm going to show you how to deploy the...

Deploying a Teams bot in Azure using Visual Studio