# TODO - [x] Web Appリソースを作成する - [x] カスタムドメインを設定する - [ ] デプロイ先を変更する # Apps - [.NET 6](https://github.com/tsubakimoto/github-actions-samples/tree/main/dotnet/net6.0/razorpageapp) - [.NET 7](https://github.com/tsubakimoto/github-actions-samples/tree/main/dotnet/net7.0/razorpageapp) - [.NET 8](https://github.com/tsubakimoto/github-actions-samples/tree/main/dotnet/net8.0/razorpageapp) - [Express](https://github.com/tsubakimoto/github-actions-samples/tree/main/nodejs/express) - [Nuxt.js](https://github.com/tsubakimoto/github-actions-samples/tree/main/nodejs/nuxtjs) - [PHP simple](https://github.com/tsubakimoto/github-actions-samples/tree/main/php/simple) - [Laravel](https://github.com/tsubakimoto/github-actions-samples/tree/main/php/laravel) - [CakePHP](https://github.com/tsubakimoto/github-actions-samples/tree/main/php/cakephp5) - [Django](https://github.com/tsubakimoto/github-actions-samples/tree/main/python/django) - https://github.com/MicrosoftDocs/azure-docs/issues/ 96982 - [FastAPI](https://github.com/tsubakimoto/github-actions-samples/tree/main/python/fastapi) # References - https://learn.microsoft.com/ja-jp/azure/app-service/app-service-web-tutorial-custom-domain?tabs=subdomain%2Cazurecli - `az webapp config hostname add --webapp-name <app-name> --resource-group <resource_group_name> --hostname <fully_qualified_domain_name>` - https://learn.microsoft.com/ja-jp/cli/azure/webapp/config/hostname?view=azure-cli-latest - https://learn.microsoft.com/ja-jp/cli/azure/webapp/config/ssl?view=azure-cli-latest
TODO
Apps
References
az webapp config hostname add --webapp-name <app-name> --resource-group <resource_group_name> --hostname <fully_qualified_domain_name>