Skip to content

Conversation

@tusharshahrs
Copy link
Contributor

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 tusharshahrs requested review from clstokes and stack72 May 13, 2021 18:03

### Windows
Run the following command to create a virtual environment
```bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this required now? I thought the CLI handled this for us?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had this here due to a python workshop where the team was windows and ran into a lot of issues.

@tusharshahrs tusharshahrs requested a review from stack72 May 14, 2021 13:03
@rshade
Copy link
Contributor

rshade commented Jan 26, 2023

/run-example-tests

@rshade rshade force-pushed the azure-function-in-python branch from 3a58de1 to 291fb58 Compare January 9, 2025 21:20
@rshade rshade removed request for clstokes and stack72 January 10, 2025 17:11
@rshade rshade force-pushed the azure-function-in-python branch from 291fb58 to b8e2a05 Compare January 10, 2025 17:11
@rshade rshade merged commit ae58676 into master Jan 10, 2025
41 checks passed
@rshade rshade deleted the azure-function-in-python branch January 10, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants