Skip to content

A hello world level pulumi solution. Azure Function App deployments.

License

Notifications You must be signed in to change notification settings

codyconfer/Pulumi.Net.HelloWorld

Repository files navigation

Pulumi.Net.HelloWorld

A hello world level pulumi solution: Deploying Azure Function Apps with .NET core.

Getting Started

How to provision the function app environment in your own azure subscription.

Dependencies

Ensure the following dependencies are installed

Ensure the following accounts have been created

Project Structure

  • ./NewTerra contains the Pulumi app that provisions function app resources
  • ./FunctionApps/Say contains the example app to test deployments

Deploying

  1. First use Azure CLI to log into the target azure subscription.
az login
  1. The output from this command lists active subscriptions. Select an extension with Azure CLI.
az account set -s {subscriptionId}
  1. Start Pulumi Provisioning
pulumi up
  1. 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.

Azure Resources

Pulumi Resources

Azure Function App Resources

Visual Studio Code Resources

About

A hello world level pulumi solution. Azure Function App deployments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages