View on GitHub

project15

Project 15 from Microsoft | Open Platform Repository

Deploying Project 15 from Microsoft Open Platform in 3 steps

This document walks through deployment of Project 15 from Microsoft Open Platform in 3 steps.

  1. Click to open Azure Resource Manager (ARM) Template
  2. Personalize and configure deployment
  3. Run Post Deployment Script

Requirements

1. Open ARM Template Deployment

Click Deploy to Azure button below

[!TIP]
Right click the button below and select Open link in new tab or Open lin in new window

2 : Personalize and configure Open Platform Deployment

  1. Select Subscription (if you have more than one)

    If you do not have Azure Subscription, please create an account for free for 12 months

    https://azure.microsoft.com/free/

  2. Create a new resource Group

    A resource group is a container that holds related resources for an Azure solution. Similar to folder and files.

    Open the dialog box by clicking Create new and give a unique name such as MyOpenPlatformSolution

  3. Select Azure Region nearest to you
  4. Select Unique ID

    Some Azure services and names such as web site URL require globally unique ID. The default is a random string based on the resource group. You may enter your own unique ID string.

    • Minimum 3 characters
    • Maximum 10 characters
    • Alphanumeric characters only (no special characters)
  5. If you would like to minimize cost, select Use Free SKU

    With Free SKUs, quotas and limitations apply.

  6. If you would like to add Azure Digital Twins, select Include Azure Digital Twins

If you do not need to customize deployment, click Review + create to start deploying.

ARM 01

3 : Name Azure resources (Optional)

You may give unique names to your Azure resources. The template will add -[UniqueID] to names.

ARM 02

4 : Name your Web Dashboard (Optional)

You may give unique names to your Web Dashboard application. The template will add -Portal-[UniqueID].

ARM 03

5 : Change application source (Optional)

If you have your own repository or branches, you may specify those repositories.

ARM 04

6 : Wait for deployment

Deployment typically completes in less than 10 minutes. Wait until deployment completes successfully.

ARM 05

6 : Browse to Dashboard Web

You can find URL of Dashboard in Output pane. Copy the URL and open with your favorite Web Browser.

ARM 06

Next Step

Project 15 from Microsoft - Open Platform