A hello world level pulumi solution: Deploying Azure Function Apps with .NET core.
How to provision the function app environment in your own azure subscription.
Ensure the following dependencies are installed
Ensure the following accounts have been created
- ./NewTerra contains the Pulumi app that provisions function app resources
- ./FunctionApps/Say contains the example app to test deployments
- First use Azure CLI to log into the target azure subscription.
az login
- The output from this command lists active subscriptions. Select an extension with Azure CLI.
az account set -s {subscriptionId}
- Start Pulumi Provisioning
pulumi up
- Deploy Function App via Visual Studio Code.
Ctrl + P
in VsCode- Select command "Azure Functions: Deploy to Function App"
- Select the newly provisioned Function App.