examples
examples copied to clipboard
Added azure native function app in python
Added azure native function app in python
Type Name Status
+ pulumi:pulumi:Stack azure-py-functions-dev created
+ ├─ azure-native:resources:ResourceGroup resourcegroup_functions_py created
+ ├─ azure-native:web:AppServicePlan consumption-plan created
+ ├─ azure-native:storage:StorageAccount storageaccount created
+ └─ azure-native:web:WebApp functionapp created
Outputs:
consumptionplan : "consumption-plan2e4262cf"
endpoint : "https://functionappd8d431c1.azurewebsites.net/api/HelloWithPython"
function_app : "functionappd8d431c1"
primarystoragekey : "[secret]"
resourcegroup : "resourcegroup_functions_pyb8aff58c"
storageaccount : "storageaccount6a453652"
storageaccountkeys : "[secret]"
storageconnectionstring: "[secret]"
curl "$(pulumi stack output endpoint)"
Hello from Python in Pulumi! You have stood up a serverless function in Azure!
/run-example-tests