How to deploy single azure function standalone keeping other functions in function app intact

Copper Contributor

I came across this Rest API , but got "Encountered an error (InternalServerError) from host runtime." as response .Is there a way to debug this .

Also, this github page doesn't recommend to use rest api ,instead suggests to use function app as deployment unit, is there a reason for that ?

 

I have a requirement to create function within FunctionApp on demand without causing outage to whole functionApp .What would be the best practice to solve this ?

0 Replies