Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
# general
b
bulky-tent-99405
02/26/2022, 11:46 PM
@here Hi I am new to pulumi and I am trying to deploy azure function using python. I could not find the exact module in the Azure Native API doc. Can someone help please?
e
echoing-dinner-19531
02/27/2022, 8:59 AM
I think you want
https://www.pulumi.com/registry/packages/azure-native/api-docs/web/webapp/
Example of using it at
https://github.com/pulumi/examples/blob/master/azure-ts-functions/index.ts
And a python example of WebApp
https://github.com/pulumi/examples/blob/master/azure-py-appservice/__main__.py
b
bulky-tent-99405
02/28/2022, 5:34 AM
@echoing-dinner-19531
Thanks a lot. Let me give it a try
4 Views
Post