title | description | services | documentationcenter | author | manager | editor | ms.assetid | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Make web, mobile, and API apps available to your Azure Stack users | Microsoft Docs |
Tutorial to install the App Service resource provider and create offers that give your Azure Stack users the ability to create web, mobile, and API apps. |
azure-stack |
ErikjeMS |
azure-stack |
na |
na |
na |
tutorial |
7/03/2017 |
erikje |
mvc |
As an Azure Stack cloud administrator, you can create offers that let your users (tenants) create Azure Functions and web, mobile, and API applications. By providing access to these on-demand, cloud-based apps to your users, you can save them time and resources. To set this up, you will:
[!div class="checklist"]
- Deploy the App Service resource provider
- Create an offer
- Test the offer
- Prepare the Azure Stack Development Kit host. This includes deploying the SQL Server resource provider, which is required for creating some apps.
- Download the installer and helper scripts.
- Run the helper script to create required certificates.
- Install the App Service resource provider (it will take a couple hours to install and for all the worker roles to appear).
- Validate the installation.
As an example, you can create an offer that lets users create DNN web content management systems. It requires the SQL Server service which you already enabled by installing the SQL Server resource provider.
-
Set a quota and name it AppServiceQuota. Select Microsoft.Web for the Namespace field.
-
Create a plan. Name it TestAppServicePlan, select the the Microsoft.SQL service, and AppService Quota quota.
[!NOTE] To let users create other apps, other services might be required in the plan. For example, Azure Functions requires that the plan include the Microsoft.Storage service, while Wordpress requires Microsoft.MySQL.
-
Create an offer, name it TestAppServiceOffer and select the TestAppServicePlan plan.
Now that you've deployed the App Service resource provider and created an offer, you can sign in as a user, subscribe to the offer, and create an app. For this example, we'll create a DNN Platform content management system. You must first create a SQL database and then the DNN web app.
- Sign in to the Azure Stack portal (https://portal.local.azurestack.external) as a tenant.
- Click Get a subscription > type TestAppServiceSubscription under Display Name > Select an offer > TestAppServiceOffer > Create.
- Click + > Data + Storage > SQL Database.
- Leave the defaults for the fields, except as follows:
- Database Name: DNNdb
- Max Size in MB: 100
- Subscription: TestAppServiceOffer
- Resource Group: DNN-RG
- Click Login Settings, enter credentials for the database, and then click OK. You'll use these credentials later in these steps.
- Click SKU > select the SQL SKU that you created for the SQL Hosting Server > OK.
- Click Create.
- Click + > See all > DNN Platform preview > Create.
- Type DNNapp under App name and select TestAppServiceOffer under Subscription.
- Click Configure required settings > Create New > type an App Service plan name.
- Click Pricing tier > F1 Free > Select > OK.
- Click Database and enter the information for the SQL database you created earlier.
- Click Create.
In this tutorial, you learned how to:
[!div class="checklist"]
- Deploy the App Service resource provider
- Create an offer
- Test the offer
Advance to the next tutorial to learn how to:
[!div class="nextstepaction"] Deploy apps to Azure and Azure Stack