<https://www.pulumi.com/docs/reference/pkg/azure/a...
# azure
b
https://www.pulumi.com/docs/reference/pkg/azure/appservice/functionappslot/ Is the FunctionAppSlot implemented? I just can't find it in the
azure.appservice
package. Using TypeScript with
"@pulumi/azure": "^3.7.0"
and
"@pulumi/pulumi": "^2.3.0"
. Thanks.
Also getting this error:
web.AppsClient#CreateOrUpdateSlot: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> <nil>
when creating a new AppServiceSlot. 😕