In this blog, we would provide you three ways to Optimize and save cost whenever you’re using Azure Virtual Machines. Before getting started let us understand pricing for Azure VMs. Let’s Get Started. Azure virtual machine pricing & understanding the hourly rate. Windows Virtual Machines in Microsoft Azure are by default running in a Consumption-BasedContinue reading “Cost Optimization: Save Up to 80% in Azure Virtual Machines.”
Tag Archives: Microsoft
Prioritizing Waiting Jobs in Azure Pipelines in Azure DevOps.
While we are working with Azure DevOps pipelines for build and deployment purpose, we use several private and hosted agents. However, sometimes there are more CI and PR builds in the queues due to limited number of parallel job availability. While we do daily tasks, there can be situations where we need to release aContinue reading “Prioritizing Waiting Jobs in Azure Pipelines in Azure DevOps.”
Helping Organizations to Expand in Multiple Region Using Microsoft Azure.
In this blog, we will guide you through a real-life scenario of how Azure can help your organization expand in multiple regions. In this blog we will start with analysis of the deliverable, example of a organization, organization overview, current technology & technology that can be used, advantages of using Azure and all the otherContinue reading “Helping Organizations to Expand in Multiple Region Using Microsoft Azure.”
Microsoft Viva: Reimagine the future of employee experience.
Microsoft Corporation has recently announced the first Employee Experience Platform for the digital era, Microsoft Viva. This platform will bring tools for employee engagement, learning, wellbeing and knowledge discovery, directly into the flow of people’s work. Viva is designed to help employees learn, grow and thrive, with new experiences that integrate with the productivity andContinue reading “Microsoft Viva: Reimagine the future of employee experience.”
Get Started With Infrastructure as Code (IaC).
Infrastructure as Code (IaC) allows you to remove inconsistencies in your deployments and environments allowing you to increase Productivity and deploy faster along with reducing the fear that something will go wrong in your Production environment – it gives you the freedom to make changes without fear. No need to worry if the configuration hasContinue reading “Get Started With Infrastructure as Code (IaC).”
Azure Bicep – Advantages & Disadvantages
Azure Bicep is an declarative abstraction language used to simplify .json ARM templates that are used to provision infrastructure in Azure. But we were curious as to why we would use it over ARM, or a 3rd party tool like Terraform? Positives: It simplifies ARM templates : Bicep aims to take away some of the unnecessaryContinue reading “Azure Bicep – Advantages & Disadvantages”
Deploying Azure Bicep using Azure DevOps Pipelines.
Wondering and looking about what Project Bicep is? Bicep is a declarative language for describing and deploying Azure resources. Here we are going to show how you can deploy an Azure Bicep file using Azure DevOps. Now let us understand what exactly is “Project Bicep“? Its the Next Generation of ARM templates – Bicep isContinue reading “Deploying Azure Bicep using Azure DevOps Pipelines.”