Skip to content

Provisioning and configuration of API Management for Kudos app for mlutiple backend options

License

Notifications You must be signed in to change notification settings

azurecz/kudos-apim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

kudos-app-apim

Provisioning and configuration of API Management for Kudos app for multiple backend options

Configurations

Defaults to built-in domains and backend in Functions. You can modify this via parameters.

Deploy complete solution from master template

Go to kudos repo and use master template to provision all components of the solution.

Deploy API Management via portal

Click button and follow wizard.

Deploy API Management from GitHub

az group create -n kudos -l westeurope
az group deployment create -g kudos \
    --template-uri https://github.com/azurecz/kudos-apim/raw/master/azuredeploy.json

Deploy API Management from local

az group create -n kudos -l westeurope
az group deployment create -g kudos --template-file azuredeploy.json

About

Provisioning and configuration of API Management for Kudos app for mlutiple backend options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published