
Build5Nines | Azure CLI Kung Fu
1000 FOLLOWERS
Build Five Nines is focused on helping you be more productive with Cloud & Enterprise technology. We cover areas including Microsoft Azure, DevOps, Software Development, Cloud Computing, Windows Server, Linux, Open Source, the Internet of Things (IoT), and more! Check out Azure CLI related info here.
Build5Nines | Azure CLI Kung Fu
4d ago
If you find yourself with an existing Azure Resource Group that you need to import into a Terraform project, you can use the terraform import command to do it. This article goes through the steps necessary to take you through the process of importing an existing Azure Resource Group into a Terraform project. When imported, […]
The article Terraform: Import Existing Azure Resource Group appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
6M ago
The Azure CLI is a command-line tool built to give a native CLI interface for working with Microsoft Azure resources. The Azure CLI itself will make calls to the Azure REST API to perform actions that each of the Azure CLI (az) commands support. However, there are those rare times when you need to call […]
The article Azure CLI: Call Azure REST API Directly appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
6M ago
Azure Private Link provides a way to be able to access resources sitting behind an Azure Load Balancer (such as Virtual Machines) to be accessed by other Azure services using Private Endpoints from their own VNets. It’s basically a way to access resources that do not directly support Private Link to be able to. The […]
The article Azure CLI: Get Private Link Service Alias / DNS Name appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
2y ago
Have you ever created an Azure web application, created a DNS record from your domain, and then deleted the web app without deleting the DNS record? Then you have just created a major security risk! I came across a fantastic article the other day on the Azure Security Docs page and figured I would capture […]
The article Stopping Azure subdomain takeovers appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
2y ago
Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. Included within Build5Nines Weekly newsletter are blog articles, podcasts, videos, and more from Microsoft and the greater community over the past week. Be sure to subscribe to Build5Nines Weekly to get the newsletter in your email every week and […]
The article Latest Cloud News: IoT, Security, Azure Sphere, and more! (December 4, 2020 – Build5Nines Weekly) appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
2y ago
Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. Included within Build5Nines Weekly newsletter are blog articles, podcasts, videos, and more from Microsoft and the greater community over the past week. Be sure to subscribe to Build5Nines Weekly to get the newsletter in your email every week and […]
The article Latest Cloud News: Apple on K8s, IoT, Microsoft Pluton and more! (November 20, 2020 – Build5Nines Weekly) appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
2y ago
Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. Included within Build5Nines Weekly newsletter are blog articles, podcasts, videos, and more from Microsoft and the greater community over the past week. Be sure to subscribe to Build5Nines Weekly to get the newsletter in your email every week and […]
The article Latest Cloud News: .NET 5 Released, Apple Silicon M1 CPU, and more! (November 12, 2020 – Build5Nines Weekly) appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
2y ago
When working with Kubernetes (K8s) using a kubectl proxy, or even in Azure with the az aks browse command using Azure Kubernetes Service (AKS). There are times when mysterious errors can begin to show when attempting to access and use the Kubernetes Dashboard (kubernetes-dashboard) web application. Depending on where you see the errors they could […]
The article Fix Kubernetes Dashboard Strange 401 Unauthorized, 503 Service Unavailable Errors appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
2y ago
Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. Included within Build5Nines Weekly newsletter are blog articles, podcasts, videos, and more from Microsoft and the greater community over the past week. Be sure to subscribe to Build5Nines Weekly to get the newsletter in your email every week and […]
The article Latest Cloud News: Kubernetes, Terraform, Teams Multi-Login and more! (November 5, 2020 – Build5Nines Weekly) appeared first on Build5Nines ..read more
Build5Nines | Azure CLI Kung Fu
2y ago
While there are several ways to host container workloads in Azure, Azure Kubernetes Service (AKS) provides the easiest way to deploy Kubernetes for teams needing a full orchestration solution. AKS seems to gain new features every week. Depending on your needs deploying a repeatable, consistent AKS configuration can be challenging. Infrastructure-as-Code tools like Terraform bring […]
The article Terraform: Create an AKS Cluster appeared first on Build5Nines ..read more