azure-docs-sdk-java/docs-ref-conceptual/java-sdk-azure-web-apps-sam...

36 строки
2.1 KiB
Markdown
Исходник Обычный вид История

2017-04-18 20:35:32 +03:00
---
2017-05-03 22:29:10 +03:00
title: Azure management libraries for Java web app samples
description: Get sample code for creating and updating Azure web apps hosted in App Service using the Azure management libraries for Java
2017-04-18 20:35:32 +03:00
keywords: Azure, Java, SDK, API, Maven, Gradle, web apps, app service
author: rloutlaw
ms.author: routlaw
manager: douge
ms.date: 04/16/2017
ms.topic: article
ms.prod: azure
ms.technology: azure
ms.devlang: java
ms.service: multiple
ms.assetid: 43633e5c-9fb1-4807-ba63-e24c126754e2
---
2017-05-03 22:29:10 +03:00
# Azure management libraries for Java samples for web apps
2017-04-18 20:35:32 +03:00
2017-04-22 00:09:32 +03:00
| **Create an app** ||
2017-04-18 20:35:32 +03:00
|---|---|
2017-05-04 21:25:54 +03:00
| [Create a web app and deploy from FTP or GitHub][1] | Deploy web apps from local Git, FTP, and continuous integration from GitHub. |
| [Create a web app and manage deployment slots][2] | Create a web app and deploy to staging slots, and then swap deployments between slots. |
2017-04-21 01:07:42 +03:00
| **Configure app** ||
2017-04-27 23:08:18 +03:00
| [Create a web app and configure a custom domain][3] | Create a web app with a custom domain and self-signed SSL certificate. |
2017-04-21 01:07:42 +03:00
| **Scale apps** ||
2017-04-27 23:08:18 +03:00
| [Scale a web app with high availability across multiple regions][4] | Scale a web app in three different geographical regions and make them available through a single endpoint using Azure Traffic Manager. |
2017-04-21 01:07:42 +03:00
| **Connect app to resources** ||
2017-04-27 23:08:18 +03:00
| [Connect a web app to a storage account][5] | Create an Azure storage account and add the storage account connection string to the app settings. |
2017-05-04 21:25:54 +03:00
| [Connect a web app to a SQL database][6] | Create a web app and SQL database, and then add the SQL database connection string to the app settings. |
2017-04-18 20:35:32 +03:00
[1]: java-sdk-configure-webapp-sources.md
[2]: https://azure.microsoft.com/resources/samples/app-service-java-manage-staging-and-production-slots-for-web-apps/
[3]: https://azure.microsoft.com/resources/samples/app-service-java-manage-web-apps-with-custom-domains/
[4]: https://azure.microsoft.com/resources/samples/app-service-java-scale-web-apps-on-linux/
[5]: https://azure.microsoft.com/resources/samples/app-service-java-manage-storage-connections-for-web-apps/
[6]: https://azure.microsoft.com/resources/samples/app-service-java-manage-data-connections-for-web-apps/