top of page

How to create an App Service for application in Azure

Updated: Feb 3

This document shows you how to create an app service for applications in Azure.


(To create an App Service for an on-prem application, follow the instructions here)


(To create an App Service for an application in AWS, follow the instructions here)


The mechanism for connecting consumers to applications in Azure is to use the native Azure private link service as the front end of your application, as shown below. Click to learn how to configure azure private link service.




How to create an app service for application in Azure
How to create an app service for application in Azure


Once you have Azure private link service setup for your application, follow the steps below.


1. Login to the Bumblebee platform console

2. At the left navigation bar, click App Services

3. Click + Create App Service

4. Enter the App Service name (you can change it later)

5. For Location, select Azure

6. For Protocol, select TCP or UDP

7. For Port, enter a port number. The format is, for example, 80, or 443

8. For Azure Region, select one where your application is deployed in the drop down menu. (If you don't see the region where your application is deployed, contact us at support@bumblebeenet.com)

9. For Azure private link resource ID field, it can be found on the Azure portal as shown in the screenshot below. (Steps: At Azure portal, click Private Link, click Private link services, then click the private link service for the application. Click Properties, the id string is the resource ID). Copy and paste the Azure private link resource ID.



Obtain a private link service ID on Azure portal
How to obtain a private link service ID on Azure portal


10. Allow application in Azure to accept connection request from Bumblebee Networks. At Azure Home portal

  • 10.a Click Private Link,

  • 10.b Click Private Link Services,

  • 10.c Click the private link service you wish to grant Bumblebee Networks for access.

  • 10.d Click Access security.

  • 10.e Select Restricted by selection at the question Who can request access to your service.

  • 10.f Click Add subscriptions

  • 10.g In the pop up page, enter Bumblebee Networks subscription ID: 00b376a7-e7a6-4cfe-8a96-47fd3df51c69

  • Enter OK.

  • Back to private link service page, Click Save.

As shown blew. Note you enable Auto-approve, you do not need Step 12 in the following section.


Allow Bumblebee Networks' subscription
Allow Bumblebee Networks' subscription



11. Back to Bumblebee Networks console, click Create. Below is an example to create an app service in Azure where the application is deployed in "West US 3" and its private link service ID is /subscriptions/78808ad5-d492-4750-9d5e-b4c2dda0188a/resourceGroups/APP1-RG/providers/Microsoft.Network/privateLinkServices/app-private-link-service



Create an app service in Azure
Create app service in Azure


12. If you did not enable Auto-approve of Bumblebee Networks' subscription, once the app service is created, there should be a connection request pending from Bumblebee Networks to this private link service. Grant access to Bumblebee Networks to connect to your Azure private link service by following the instructions here.


13. Once the App Service is created, copy the App Service ID and distribute it to your partners and customers who wish to connect to your application in the cloud. Each customer will need your approval on the Bumblebee Networks platform for access. See Tutorial: end-to-end configuration workflow for more details.  


30 views0 comments

Comments


bottom of page