Azure CLI: Create and Manage Service Principals
When an application needs to authenticate with Azure AD you can’t really just give it a username and password. To authenticate and authorize an application…
DevOps is a set of practices and cultural philosophies that integrate software development (Dev) and IT operations (Ops) to enhance an organization’s ability to deliver applications and services more efficiently and reliably. By promoting collaboration, communication, and automation, DevOps aims to shorten the development lifecycle, improve deployment frequency, and ensure high quality in software releases. Key components of DevOps include continuous integration and continuous delivery (CI/CD), infrastructure as code (IaC), monitoring, and feedback loops. This approach fosters a collaborative environment where development and operations teams work together seamlessly to innovate rapidly, respond to market changes, and provide robust, scalable, and secure software solutions.
130 articles
When an application needs to authenticate with Azure AD you can’t really just give it a username and password. To authenticate and authorize an application…
One of the core services within Microsoft Azure is the Storage Account service. There are many service that utilize Storage Accounts for storing data, such…
Getting to know what Azure PowerShell cmdlets to use for different functions and provisioning services can be difficult to remember. However, just like standard PowerShell,…
Welcome to Az Kung Fu, grasshopper! Scripting is the only way to ensure that your environments are the same every time and remove the risk…
One of the services within Microsoft Azure for building out IoT solutions is the Azure IoT Hub Device Provisioning Service (DPS). Just as with other…
Have you ever spent hours building a machine to use as an admin workstation for Azure? What about installing the Windows Subsystem for Linux? Well,…
The last week has been a blur because I didn’t sleep. I spent days helping a client restore every single VM that had running in…
Create Azure IoT Hub using PowerShell Azure IoT Hub SKUs (Pricing Tiers) Install Azure PowerShell Az.IotHub Module
It’s really easy to provision an instance of Azure IoT Hub using the Azure Portal. However, there are times when you need to automate the…
Using the Azure PowerShell Az commands to select and list the Azure Subscriptions to run commands against are important tasks when scripting and automating Azure.…
To list and set the Azure Subscription to run Azure CLI commands against is an important step in command-line scripting. To do this, there are…
Automate Everything. That’s my new mantra, and it should be yours… Like many of you, I’m an infrastructure guy and grew up with the crutches…
When I first heard that you could run nested VMs with Azure, I ran over to my laptop to deploy one of those shiny new…
Security! Security! This is top of mind for everyone these days and Azure has many security features. Today we are going to explore the world…
Traditionally, Azure Virtual Machines (VMs) would use an Azure Storage Account to store the VM Disk Images for the VM. This required explicit management of…
The Azure Cloud Shell has been out for some time now, as an embedded Bash and PowerShell command-line shell / terminal within the Azure Portal.…
Microsoft has been investing heavily in the pretty much every aspect of Microsoft Azure, and the IoT (Internet of Things) space is not being left…
You can easily Start and Stop Virtual Machines (VMs) through the Azure Portal. Previously, I’ve written about the importance of Stopping unused VMs to save money…
It can be extremely useful to use the Azure CLI to manage / manipulate your Azure resources from the command-line. However, many of the commands…
It’s very easy to spin up a Virtual Machine (VM) in Microsoft Azure. You can do it through the Azure Portal or with scripting tools…