หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The following table includes links to bash scripts built using the Azure CLI.
| Script | Description |
|---|---|
| Create app | |
| Create an app and deploy files with FTP | Creates an App Service app and deploys a file to it using FTP. |
| Create an app with continuous deployment from GitHub | Creates an App Service app with continuous publishing from a GitHub repository you own. |
| Create an app and deploy code to a staging environment | Creates an App Service app with a deployment slot for staging code changes. |
| Create an ASP.NET Core app in a Docker container | Creates an App Service app on Linux and loads a Docker image from Docker Hub. |
| Configure app | |
| Map a custom domain to an app | Creates an App Service app and maps a custom domain name to it. |
| Bind a custom TLS/SSL certificate to an app | Creates an App Service app and binds the TLS/SSL certificate of a custom domain name to it. |
| Scale app | |
| Scale an app manually | Creates an App Service app and scales it across two instances. |
| Scale an app worldwide with a high-availability architecture | Creates two App Service apps in two different geographical regions and makes them available through a single endpoint using Azure Traffic Manager. |
| Protect app | |
| Integrate with Azure Application Gateway | Creates an App Service web app, an Azure Virtual Network, and an Application Gateway. |
| Connect app to resources | |
| Connect an app to a SQL Database | Creates an App Service app and a database in Azure SQL Database, then adds the database connection string to the app settings. |
| Connect an app to a storage account | Creates an App Service app and a storage account, then adds the storage connection string to the app settings. |
| Connect an app to an Azure Cache for Redis | Creates an App Service app and an Azure Cache for Redis, then adds the Redis connection details to the app settings. |
| Connect an app to Azure Cosmos DB | Creates an Azure Cosmos DB account and an App Service app, then links a MongoDB connection string to the web app using app settings. |
| Backup and restore app | |
| Backup and restore app | Creates an App Service app and creates a one-time backup for it, creates a backup schedule for it, and then restores an App Service app from a backup. |
| Monitor app | |
| Monitor an app with web server logs | Creates an App Service app, enables logging for it, and downloads the logs to your local machine. |