When I am following the steps to deploy this app, I get an error:
The storage account named timetallystorage is already taken. (Code: StorageAccountAlreadyTaken, Target: timetallystorage).
{
"code": "InvalidTemplateDeployment",
"details": [
{
"code": "PreflightValidationCheckFailed",
"message": "Preflight validation failed. Please refer to the details for the specific errors.",
"details": [
{
"code": "StorageAccountAlreadyTaken",
"target": "timetallystorage",
"message": "The storage account named timetallystorage is already taken."
}
]
}
],
"message": "The template deployment 'Microsoft.Template-20240825122555' is not valid according to the validation procedure. The tracking id is '42219c05-7e90-45ea-acdd-e6b71a4187cd'. See inner errors for details."
}
When I am following the steps to deploy this app, I get an error:
The storage account named timetallystorage is already taken. (Code: StorageAccountAlreadyTaken, Target: timetallystorage).
{ "code": "InvalidTemplateDeployment", "details": [ { "code": "PreflightValidationCheckFailed", "message": "Preflight validation failed. Please refer to the details for the specific errors.", "details": [ { "code": "StorageAccountAlreadyTaken", "target": "timetallystorage", "message": "The storage account named timetallystorage is already taken." } ] } ], "message": "The template deployment 'Microsoft.Template-20240825122555' is not valid according to the validation procedure. The tracking id is '42219c05-7e90-45ea-acdd-e6b71a4187cd'. See inner errors for details." }