Skip to content

Commit

Permalink
Add a template parameter and tweak the description
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov committed Jun 17, 2019
1 parent 1c0053b commit 291251d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions azure-ts-functions/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ template:
azure:environment:
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`)
default: public
azure:location:
description: The Azure location to deploy to (e.g., `eastus` or `westeurope`)
2 changes: 1 addition & 1 deletion azure-ts-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Azure Functions

An example Pulumi component that deploys a TypeScript function to Azure Functions.
An example Pulumi program that deploys a TypeScript function to Azure Functions.

## Running the App

Expand Down

0 comments on commit 291251d

Please sign in to comment.