This stack contains the supporting resources that make up the cloud-news-summarizer.
- Set up and configure Pulumi - see their docs if you're not sure
- Create a new stack within this project and set the required config properties - again see their docs if you're unsure
- Use
pulumi config set <name> <value>
to set the following config items:azure-native:location
- region to deploy to, this must be one that has support for all the resources in the stack (Cognitive Services is likely to be the most exclusive - I usedwesteurope
)prefix
- a prefix to add to the stack's resource names in Azure, must be alphanumeric and between 1 and 15 characters
- Use
- Deploy the stack (
pulumi up
) - Note the output values from the stack, they'll be used in the Function app deployment