You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced an error while deploying this where it didn't generate the correct env variable in my .azure/url-prod/.env file (url-prod) being the env name of my az up.
(x) Failed: Deploying service azfunc-light
ERROR: error executing step command 'deploy --all': failed deploying service 'azfunc-light': failed executing template file: template: manifest template:35:27: executing "manifest template" at <.Env.FUNCSTORAGEA17CA_TABLEENDPOINT>: map has no entry for key "FUNCSTORAGEA17CA_TABLEENDPOINT"
I experienced an error while deploying this where it didn't generate the correct env variable in my
.azure/url-prod/.envfile (url-prod) being the env name of myaz up.To fix this I ended up:
Copying
URL_DATA_TABLEENDPOINT="https://urldatam5do5xihwalvo.table.core.windows.net/"to a new entry of
FUNCSTORAGEA17CA_TABLEENDPOINT="https://urldatam5do5xihwalvo.table.core.windows.net/"My guess is the env generation script needs adjusted?