Transfer an azure account to another region

We mistakenly set up an azure account elsewhere in Western Europe. However, we need it to be in Northern Europe.

Is there a way to migrate an entire storage account. We really don't need the old data in the container.

But if we just delete the account and recreate it in a new place, it will create new access keys that we do not need.

In any case, you must either manually install the access keys on the new storage account, or move the storage account between regions.

Any solution works for us, moving it or deleting and re-creating it with the same access keys, but we cannot have a new vault account with different access keys. We don't care if the data hits.

I don’t see a way to set access keys in the web portal, it may be possible programmatically, but I searched and do not see anyone else with samples of this.

+4
source share
1 answer

This may be closed due to the fact that this is an Azure infrastructure, as well as programming, a question (and is better suited for ServerFault), although it can be argued that since you need keys to access the store from your code (or through the Azure SDK) , he is "close" to those related to programming.

: . , . , .

API ( , SDK PowerShell), API): API . .

+4

All Articles