question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

az storage container create

See original GitHub issue

az storage container create

Describe the bug Have this automated in azure devops pipelines, have been using same az command for months and this broke from last night to this morning. Microsoft Internal user. 2020-05-05T15:40:55.3539676Z The value for one of the HTTP headers is not in the correct format. ErrorCode: InvalidHeaderValue 2020-05-05T15:40:55.3542457Z <?xml version="1.0" encoding="utf-8"?><Error><Code>InvalidHeaderValue</Code><Message>The value for one of the HTTP headers is not in the correct format. 2020-05-05T15:40:55.3544065Z RequestId<requstidNum> 2020-05-05T15:40:55.3545698Z Time:2020-05-05T15:40:55.3535810Z</Message><HeaderName>x-ms-blob-public-access</HeaderName><HeaderValue>off</HeaderValue></Error> 2020-05-05T15:40:55.4536092Z ##[error]Blob container (<NAME>) creation failed. See log for details

To Reproduce create storage account try to create storagecontainer Expected behavior Storage container created

Environment summary I am using azure devops Ubuntu 16.04: here is what is on image: Ubuntu1604-github-readme It is installing: az cli version 2.3.1

If during my setup, I install az cli 2.2.0 the az storage container create command will work fine. Also able to use UI/postman, so I am unsure where there is a misconnect happening.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
MKruger777commented, May 25, 2020

I just tested it on my Ubuntu 18.04 with version: “azure-cli”: “2.6.0”, “azure-cli-command-modules-nspkg”: “2.0.3”, “azure-cli-core”: “2.6.0”, “azure-cli-nspkg”: “3.0.4”, “azure-cli-telemetry”: “1.0.4”, “extensions”: {}

Works like a charm - thanks so much, much appreciated! 😃

1reaction
ttalalcommented, May 15, 2020

I have the same issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

az storage container | Microsoft Learn
Create a container in a storage account. By default, container data is private ("off") to the account owner. Use "blob" to allow public...
Read more >
Creating Blob storage using the Azure CLI 2.0 - O'Reilly
Creating Blob storage using the Azure CLI 2.0. Let's repeat the previous task, but this time, we are going to use the Azure...
Read more >
How To Manage Azure Storage Account Using Azure CLI
Step 1 - Create a Resource Group · Step 2 - Create Storage Account · Step 3 - Create a Container on Storage...
Read more >
azure-docs/storage-quickstart-blobs-cli.md at main - GitHub
Create an Azure resource group with the az group create command. A resource group is a logical container into which Azure resources are...
Read more >
Set Up Azure Storage and Uploading the VHD - VMware
Create a resource group. · Create a storage account. · Select the storage account. · Scroll down the storage account control bar, click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found