Azure Identity 301 - ChainedTokenCredential
Azure Identity is an Azure SDK library that abstracts all the authentication complexities so you can get back to building your Azure solutions. In Azure Identity 101, we learned about DefaultAzureCre
Azure Identity is an Azure SDK library that abstracts all the authentication complexities so you can get back to building your Azure solutions. In Azure Identity 101, we learned about DefaultAzureCre
Azure Identity is a library that abstracts away all of the Azure authentication complexities so you can focus on building your solutions. In Azure Identity 101, I introduced DefaultAzureCredential, w
Azure Identity is a fundamental building block of the new Azure SDKs. We wanted to make it brain-dead simple for you to authenticate your apps with Azure. Auth can be very hard to get right. There’s
We recently added native CloudEvent support to our Event Grid libraries. I created an app for my Intro to the new Azure SDK Python video and discovered that converting a message from a Service Bus Mes
Azure Identity is a library that simplifies how applications authenticate with Azure services. The following code news up a KeyVault SecretClient and passes it a DefaultAzureCredential object, which
Let’s say that you are developing with Azure Event Grid and you simply want to see the messages that it is generating to observe the schema or debug it. To do so you need to configure an Event Grid h
Update - New GitHub CLI Extension GitHub CLI 2.0 introduced CLI Extensions. I took a few minutes and threw all of the fixes below into a new extension called “Setup Git Credential Helper” and can be
Thunder Client is a new REST client VS Code extension. It’s like Postman, but integrated into VS Code. I’d consider it an early preview and far from the feature richness and maturity of Postman, bu
Got this today: The subscription does not have QuotaId/Feature required by SKU ‘S0’. { "error":{ "code":"InvalidTemplateDeployment", "message":"The template deployment 'memetest04091' i
I’ve been blogging and vlogging about Azure REST APIs with Postman for a while now and often get asked why I don’t use Postman’s built in OAuth 2.0 provider. The reason is that when you use the prov
Here’s how to call the Azure REST APIs with Insomnia - a modern lightweight REST API client. Azure SDKs Before we go too far into this Azure REST APIs for Insomnia post, I want to make sure that you
I got this error while deploying a new Azure Kubernetes Cluster. { "error":{ "code":"InvalidTemplateDeployment", "message":"The template deployment 'memealyzerdev3' is not valid accordi
Every year or so I do an Azure REST APIs with Postman blog and video. It’s 2021 and Postman has changed quite a bit since my last update, so here’s the latest and greatest info. Azure SDKs Before we
This Azure CLI docker image has been retired and is no longer available on Docker hub. https://hub.docker.com/r/azuresdk/azure-cli-python Apologies if this breaks anything for you. The new Azure CLI
Got this today when trying to assign access_policy to kubelet_identity Error: Unsupported attribute on main.tf line 59, in resource "azurerm_key_vault" "key_vault": 59: object_id = azurerm_ku
Got this error today when trying to set a secret with terraform. Error checking for presence of existing Secret keyvault.BaseClient#GetSecret: Failure responding to request: StatusCode=401 -- Original
Exactly, one month ago, to the day, I wrote a post about how to use .env files with Java and Azure SDKs. The gist of the problem was that the package we use to read the .env files didn’t write those v
Here are a bunch of ways you can find which roles are built into Azure. This will come in super handy when you need to assign a role to a service principal or user with Azure CLI commands like this:
Azure doesn’t currently provide a way to delete multiple resource groups at the same time. Here’s a method that works for me. Open Azure Portal https://portal.azure.com Click on Resource Groups Selec
Azurite, the local cross-platform Azure Storage emulator, just released support for HTTPS and OAuth, making our local Azure Storage development story complete. You can now do all of your Azure Storag