Documentation
¶
Overview ¶
Package functions serves Azure ARM Microsoft.Web/sites (Function Apps) requests against a CloudEmu serverless driver. Real azure-sdk-for-go armappservice clients configured with a custom endpoint hit this handler the same way they hit management.azure.com.
MVP coverage:
PUT .../sites/{name} — CreateOrUpdate
GET .../sites/{name} — Get
GET .../sites — List in resource group / subscription
DELETE .../sites/{name} — Delete
POST /api/{name} — Synchronous invoke (non-ARM, mirrors how
real Function Apps are hit at
<app>.azurewebsites.net/api/<name>)
Versions, slots, deployment, scaling, and Kudu/SCM endpoints are deferred.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.