OfficeDev / microsoft-teams-apps-timetally

MIT License
37 stars 36 forks source link

The storage account named timetallystorage is already taken. (Code: StorageAccountAlreadyTaken, Target: timetallystorage) #50

Open georgebluff opened 2 months ago

georgebluff commented 2 months ago

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." }