Skip to content

alexsaker/azure-pulumi-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AZURE PULUMI QUICKSTART

This is a the implementation of the pulumi quickstart for AWS using Typescript. https://www.pulumi.com/docs/get-started/azure/

Prerequisites

  • Install pulumi
curl -fsSL https://get.pulumi.com | sh
  • Install Azure cli
# For debian users
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
az login

Launch storage account and azure function creation

pulumi stack init
pulumi up -y

Get Connection string

pulumi stack output connectionString
pulumi stack output endpoint

Test deplyed azure function

curl https://greetingse58e46ce.azurewebsites.net/api/greetings
curl https://greetingse58e46ce.azurewebsites.net/api/greetings?extra=true

Benchmark solution

sudo apt install -y apache2-utils
ab -n 1000 -c 50 https://greetingse58e46ce.azurewebsites.net/api/greetings

Destroy AWS deployment and stack

pulumi destroy -y
pulumi stack rm dev 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published