Hardcopy

HomeAboutProjectsTech StackCV

Authenticating Azure Service Bus in a Local Docker Container Using Azure CLI

Chris Child | 2024-09-10 | 2 min read| Comments
AzureC#

When running services locally in Docker that need to authenticate with Azure Service Bus, you can leverage the Azure CLI (`az login`) to provide credentials. This avoids manually setting up...

Renaming Azure Blobs to Lowercase Using Bash and AzCopy

Chris Child | 2024-01-18 | 2 min read| Comments
AzureBash

When working with Azure Blob Storage, you might encounter issues due to case sensitivity in blob names. If your application expects all blob names to be lowercase but some are stored in mixed or...

You can't use a 102 http status code in Azure

Chris Child | 2019-06-21 | 1 min read| Comments
AzureDev

You can't use a 102 status code because Azure will always wait for a follow up code. In my code I changed it to a 202 Accepted instead. If you try and use a 102 in Azure, you will eventually get a [5...

← Back to HomeAll Tags →

Stay Connected

Blog by Chris

© 2025 Hardcopy. All rights reserved.