examples icon indicating copy to clipboard operation
examples copied to clipboard

Added azure native function app in python

Open tusharshahrs opened this issue 4 years ago • 1 comments

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!

tusharshahrs avatar May 13 '21 16:05 tusharshahrs

/run-example-tests

rshade avatar Jan 26 '23 21:01 rshade