How to publish to deployment slot of a function app which uses a docker container?

Amit Maharjan 41 Reputation points
2021-08-11T10:28:17.313+00:00
  • I have a function app which uses a docker container
  • the process of updating this function app is
    -push new docker image
    -then func azure functionapp publish functionName
  • Now I have a deployment slot for this for staging purpose
  • How do I push new code to this deployment slot

because when I try to do func azure functionapp publish functionName-Staging. It doesnt find the function

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 questions
{count} votes