February 2, 2022
, posted under
AzureAzure BicepAzure Logic AppsAzure Storage— 3 min readLogic Apps became one of the main tools among other serverless services in Azure. Today, not only non-technical users create them. Logic Apps became one of the tools in the arsenals of Cloud Engineers and developers to effortlessly automate processes without writing a single line of code.Read More >>
November 19, 2021
, posted under
AzureAzure PolicyScriptGovernance— 2 min readWhen testing Azure Policies one of the problems may be that the policy evaluation takes a really long time to scan all resources across all subscriptions in the scope of the particular Azure Policy.Read More >>
June 14, 2021
, posted under
AzureAzure PolicyGovernance— 5 min readTesting Azure Policies can be hard. Often you need to deploy Azure Policies to the working environment. This could break something (hopefully not production) or disable the ability to deploy new resources if the policy has deny effect.Read More >>
October 19, 2020
, posted under
AzureDevOps— 1 min readAfter my coworkers’ confusion about where to select artifacts for a stage in Azure Release Pipelines I decided to make a brief video showing where and how to do it.Read More >>
October 5, 2020
, posted under
TerraformAzure— 7 min readTerraform has its state. This state contains a definition for the current state of the resources managed by Terraform. Terraform uses this ‘state’ for tracking infrastructure and its changes. When you create a resource using Terraform, it will save the connection between this resource and appropriate Terraform config describing this resource.Read More >>
October 1, 2020
, posted under
AzureTerraform— 5 min readToday I wanted to show you how to get started with Terraform to manage Aure resources. Let’s talk about what is Terraform.
Terraform is one of the IaC (Infrastructure as a Code) tools.Read More >>
September 22, 2020
, posted under
MicrosoftAzureconference— 1 min readMicrosoft Ignite 2020 has begun today (September 22nd) and will go on to September 24th, 2020. It’s one of two (the other is Build) big Microsoft conferences.
This year is different (as Build was back in May) because it is on-line conference.Read More >>
June 21, 2020
, posted under
Azure— 2 min readOften there are more than one Azure subscription in one organization. The split is made to keep different projects, company divisions or environment separate. Especially the latter division is important due to security and access control.Read More >>
April 27, 2020
, posted under
Azure— 3 min readI wanted to delete all service principals matching a pattern. Nothing exciting and complicated right? But I wanted to exclude two service principals that matched pattern.
I will use AzPowershell module just for convenience.Read More >>
April 20, 2020
, posted under
Azure— 3 min readWhen we build Azure pipeline using yaml we often need to use files that are generated in one stage in the next stage. Recently I stumbled upon this problem when I wanted to build project in the first stage of the pipeline and then publish output files in the next stage.Read More >>