Tag: Azure

Multi-Region ARM Deployments
Multi-Region ARM Deployments
Blog Posts

Azure solutions that span multiple regions are more and more requested.  There are several options to deploy Azure resources across regions and ARM templates are one of them.  It’s very easy, let me explain! In this example, we’ll deploy an App Service Plan in two regions.  One will act as the primary region, the other… READ MORE

Where Do I Start with the Cloud? Part 1: Microsoft Azure
Where Do I Start with the Cloud? Part 1: Microsoft Azure
Blog Posts

If you are looking to gain focus on cloud technologies, the first step and question that you must ask yourself if “Where do I Start?” There are different avenues that you can take to become Generalist: with the foundational understanding in multiple clouds Fundamentals/Practitioners: where you get the base level certification available for the cloud… READ MORE

Creating Kubernetes Secrets from Key Vault
Creating Kubernetes Secrets from Key Vault
Blog Posts

If you do any sort of development, you often have to deal with secrets. There are many ways to deal with secrets, one of them is retrieving the secrets from a secure system from your own code. When your application runs on Kubernetes and your code (or 3rd party code) cannot be configured to retrieve… READ MORE

Processing an Azure Alert with a Logic App
Processing an Azure Alert with a Logic App
Blog Posts

This post describes how to take the Logic App webhook configured in Create a Webhook from Azure Alerts to a Logic App process and prepare the data to be sent to ServiceNow, as described in our scenario. For this post, we’ll just send information to an email (which many people have asked for already). We’ll save the process of… READ MORE

App Service Resource Provider Access to Keyvault
App Service Resource Provider Access to Keyvault
Blog Posts

Recently, I was trying to deploy an Azure App Service which was in need for a couple of certificates, which are stored in Azure Key Vault. Our ARM template looked very similar to the one below in order to install & configure the certificates in our App Service. When deploying said template, we quickly received… READ MORE

Azure Internet of Things Revealed
Azure Internet of Things Revealed
Ebooks

This book describes the architectural end-to-end picture of Azure components deployed in IoT projects. Download Chapter 4: Azure IoT Hub which discusses IoT Hub Capabilities, Configuring the IoT Hub, Message Routing and Event Routing and IoT Hub Device Provisioning. Purchase the full copy here. Already a member? Log in here

Azure SQL vs NoSQL
Azure SQL vs NoSQL
Blog Posts

By reading this post, you will be able to compare and choose the right one service for our database deployments (SQL or NoSQL). Definition SQL: A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational database. NoSQL: NoSQL is a class of database management systems (DBMS) that do not… READ MORE

Azure Blueprints – Create custom connector for Power Automate
Azure Blueprints – Create custom connector for Power Automate
Blog Posts

Within Azure, we have a free service called Azure Blueprints. Azure Blueprints helps us in simplify largescale Azure deployments by packaging key environment artifacts, such as Azure Resource Manager templates, role-based access controls, and policies, in a single blueprint definition. Easily apply the blueprint to new subscriptions and environments, and fine-tune control and management through… READ MORE