July 2018
Intermediate to advanced
350 pages
8h 47m
English
So far, we have learned how to create an Azure Function app locally, how to create an HTTP triggered Azure Function locally, and we also learned about testing the function locally. Now, lets's look at publishing the Azure Function App that we built locally to Azure Subscription.
To be able to publish the Azure Function App, you need to run the command func azure functionapp publish <Existing Azure Function App>. Publishing from your local workstation can only be done to an existing Azure Function App. To be able to publish the local Azure Function App to Azure, I already created an Azure Function App named firstlocalfunctionkuldeep using the instructions that we saw earlier in this chapter.
When you ...
Read now
Unlock full access