This post covers how to provision virtual machines using ARM Templates that is part 4 of Implement Iaas Solutions. We have been learning how to provision virtual machines using various methods like Azure Portal, CLI, Powershell. Let’s learn about ARM Templates. An ARM template is a JSON‑formatted file that is a configuration document that defines […]
Browsing Category: Azure
Provision virtual machines using PowerShell | Implement IaaS solutions | Part 3
Introduction This post covers how to provision virtual machines using PowerShell. This is part of implementing the IaaS solutions topic (AZ-204 Certification). This is a continuation of the previous post Provision virtual machines using Azure CLI. PowerShell scripts can be executed in various ways. You can use PowerShell from Azure Portal (Cloud Shell), PowerShell software, […]
Provision virtual machines using Azure CLI | Implement IaaS solutions | Part 2
Introduction This post covers how to Provision virtual machines using Azure CLI. This is part of implementing the IaaS solutions topic. This is a continuation of the previous post Provision virtual machines using the Azure portal. This module’s topics are part of implementing IaaS solutions and I will cover “Provision Virtual Machine”. Provision virtual machines […]
Provision virtual machines using the Azure portal | Implement IaaS solutions | Part 1
Introduction As part of Azure AZ-204 certification, this post will cover Provision virtual machines using the Azure portal that are part of Implement IaaS solutions. This module’s topics are part of implementing IaaS solutions and I will cover “Provision Virtual Machine”. What is infrastructure as a service (IaaS)? This is the foundational category of cloud […]
AZ-204 Developing Solutions for Microsoft Azure
Introduction In this post, I will provide guidance on preparing Exam AZ-204 Developing Solutions for Microsoft Azure. Preparing for certification is a crucial activity for any IT or development professional Learn new skills to boost your productivity. Earn certifications that show you are keeping pace with today’s technical roles and requirements. In this guide, you […]
Microsoft Azure Developer: Create Serverless Functions in Azure Portal
Create Serverless Functions in the Azure Portal. Azure functions have the capability to greatly speed up your development, reduce your cost, and allows you to automatically scale to meet the high demand. What is Azure Functions? Functions as a Service (FaaS) – A platform for running “functions”, which are nothing but your code running in […]
How to Create an Azure Web App for containers
Introduction In this post, I show how to create an Azure Web App for containers and also explain what are containers. It has never been so easy to deploy container-based web apps in seconds. Just pull container images from Docker Hub or a private Azure Container Registry. Web App for Containers will deploy the containerized […]
Enabling Diagnostics Logging in Azure App Service
Introduction If you are looking at this post “enabling diagnostics logging” then you are already familiar with building and hosting web application with in a azure app service. You may also be looking for options to support your application. I will show how to use diagnostics logs that are available with in azure app service. […]
What are containers and their benefits
Introduction In this short post, I explain what are containers and their benefits. To help understand what problems does this container solves in the software industry. What are containers? A software container is a pretty abstract thing and it will be easy if we start with an analogy that is familiar to most of the […]
Configure elastic pools for Azure SQL Databases
Introduction This post, I show how to configure elastic pools for Azure SQL Database. Microsoft Azure SQL Database are great for both predictable and unpredictable workloads. Unpredictability is specially challenging for software as service or called as SaaS Providers. SaaS providers have hundreds or even thousands of customers who then have their own unique mix […]