serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

fix: add resource group name hash to resource names #310

Closed PIC123 closed 5 years ago

PIC123 commented 5 years ago

fix: add resource group name hash to resource names

Azure has naming requirements for resources, and for some, requires the names to be unique across azure. Currently on deployments, the plugin doesn't add a more unique hash to the name, so it is possible collisions can occur. By adding the resource group name hash to the resource name, we can avoid this.

AB#1002

wbreza commented 5 years ago

Resolves #299