I want to create an internal application to automate some tasks regarding our storage accounts. I saw that the JSON output contains an ID property. But this ID is calculated. Is this ID mutable? What happens if I change the resource group of a storage account? How should I update the storage account IDs in my database?
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/resource-manager/Microsoft.Storage/stable/2023-05-01/examples/StorageAccountGetProperties.json
API Spec version
2023-10-15
Question/Query
I want to create an internal application to automate some tasks regarding our storage accounts. I saw that the JSON output contains an ID property. But this ID is calculated. Is this ID mutable? What happens if I change the resource group of a storage account? How should I update the storage account IDs in my database?
Environment
No response