This PR adds the STORAGE_ACCOUNT_NAME environment variable for azure functions. It's meant to expose the storage account name for functions, that don't have a storage trigger (e.g. sync-arivo-carparks), but still need to know what storage account they're associated with
PR instructions
review code changes
ensure that the exposed value is the correct storage account name
The steps of acceptance
✔ I executed the PR instructions and everything worked.
✔ I checked the requirements for the ticket, and they are matching the PR.
✔ I am satisfied with the code and left annotations if I had some ideas.
This PR adds the
STORAGE_ACCOUNT_NAME
environment variable for azure functions. It's meant to expose the storage account name for functions, that don't have a storage trigger (e.g.sync-arivo-carparks
), but still need to know what storage account they're associated withPR instructions
The steps of acceptance
✔ I executed the PR instructions and everything worked.
✔ I checked the requirements for the ticket, and they are matching the PR.
✔ I am satisfied with the code and left annotations if I had some ideas.