Azure / functions-action

Enable GitHub developers to deploy to Azure Function Apps using GitHub Actions
MIT License
152 stars 75 forks source link

Append milliseconds to blob name #228

Closed hognevevle closed 3 months ago

hognevevle commented 4 months ago

Closes #220, although not a perfect solution.

One could perhaps consider a uuid based naming instead. The proposed change (adding milliseconds) is, however, highly likely to solve the issue in our case.

patelchandni commented 3 months ago

Part of PR: https://github.com/Azure/functions-action/pull/234