Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage: After recreating a storage account with the same name, the data plane API will not work #19785

Open
magodo opened this issue Jul 15, 2022 · 0 comments
Labels
Service Attention This issue is responsible by Azure service team. Storage

Comments

@magodo
Copy link
Contributor

magodo commented Jul 15, 2022

Steps to reproduce

Delete an existing storage account:

DELETE /subscriptions/xxxx/resourceGroups/acctestRG-220715151131118951/providers/Microsoft.Storage/storageAccounts/unlikely23exst2acctcok4n?api-version=2021-04-01

Create the same named storage account:

PUT /subscriptions/xxxx/resourceGroups/acctestRG-220715151131118951/providers/Microsoft.Storage/storageAccounts/unlikely23exst2acctcok4n?api-version=2021-04-01

Poll until the LRO finishes:

GET /subscriptions/xxxx/providers/Microsoft.Storage/locations/westeurope/asyncoperations/ceb3878b-43fd-408b-a1c8-ae168cc99868?monitor=true&api-version=2021-04-01

Access the data plane API:

GET https://unlikely23exst2acctcok4n.queue.core.windows.net/?comp=properties&restype=service

Response 404

b'\xef\xbb\xbf<?xml version="1.0" encoding="utf-8"?><Error><Code>ResourceNotFound</Code><Message>The specified resource does not exist.\nRequestId:40047022-8003-0062-7e1a-986d0e000000\nTime:2022-07-15T07:16:53.6322014Z</Message></Error>'

Same for the blob:

GET https://unlikely23exst2acctcok4n.blob.core.windows.net/?comp=properties&restype=service

Response 404

b'\xef\xbb\xbf<?xml version="1.0" encoding="utf-8"?><Error><Code>ResourceNotFound</Code><Message>The specified resource does not exist.\nRequestId:a44689b6-d01e-0032-3d1a-98af5e000000\nTime:2022-07-15T07:16:54.1791841Z</Message></Error>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Service Attention This issue is responsible by Azure service team. Storage
Projects
None yet
Development

No branches or pull requests

2 participants