This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Specifying storage account name #396
Open
Description
This is a Feature Proposal
Description
- Storage account name generates combination of prefix, region, stage, md5 hash and suffix
- However, many developers who use serverless-azure-functions for the first time will often run the default serverless.yaml first, which will result in the following errors:
Error: DeploymentFailed - At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.------------------------
DEPLOYMENT ERROR DETAILS
------------------------
Conflict - {
"error": {
"code": "StorageAccountAlreadyTaken",
"message": "The storage account named slswus2dev6fc3ac is already taken."
}
}
- If someone is running in the same region and stage, the storage account name has already been used.
- If we can directly specify the storage account name in serverless.yaml, it will be easy to prevent the above, so it will be very useful
Similar or dependent issues: