Skip to content

Article / Azure App Service や Azure Functions のリソース作成を自動化するテンプレートを使ってみる #1

Description

@hedaytkhs

Azure Functions、App Service のリソース作成を素早くできるよう ARM や Bicepテンプレートを用意しておく。
コンソールからテンプレートを実行するコマンドなどをすぐに使える状態にしておく。

Azure Functions

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/app-function

専用プランの Function App を作成する

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-create-dedicated

従量課金プランの Function Appを作成する

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-create-dynamic

従量課金プランの Liunx Function Appを作成する

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-linux-consumption

従量課金プランの Windows Function Appを作成する

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-windows-consumption

Premiumプランの Function Appを作成する

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-premium-plan

Httpトリガー関数のある Function Appをデプロイする

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-http-trigger

App Service Linux

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/app-service-docs-linux

App Service - Windows container app

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/app-service-docs-windows-container

App Service - Windows app

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/app-service-docs-windows

Deploy an app service with regional VNet integration

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/app-service-regional-vnet-integration

Tomcat 9 Java 13 が動作する Web App をAzure にデプロイする

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-java-tomcat

Python Web App をAzureにデプロイする

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-python

Django app を Azure にデプロイする

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-linux-django

Flask app を Azure にデプロイする

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-linux-flask

Node.js の Linux Web App を Azure へデプロイする

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-linux-node

.NET アプリ を Windows Web Appへデプロイする

https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-windows-aspnet

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions