Skip to content

manifest for azfunc-light fails to deploy due to bad TABLEENDPOINT env #578

@B-Stewart

Description

@B-Stewart

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"

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions