Calling Azure functions through the Azure CLI

user4626554

Is there a way to call a Azure function through the Azure-CLI? For example with AWS Lambda, Google Cloud Functions and IBM Cloud Functions you can simply use the aws, gcloud, and ibmcloud CLIs to call your functions. This way you don't need to go through the process of getting a URL to test them.

Is this possible with Azure Functions?

George Chen

Manage function app with Azure CLI is available, you could get all commands in this doc.

As for calling the function, it's not provided for now, you could only start or stop the Azure Function App, not the specific function. So if your function is a HTTP trigger function, you could only trigger it with calling the the URL endpoint.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事