GithubHelp home page GithubHelp logo

azuremonitorroutedata's Introduction

Azure Monitor Route Data

Note: Managed Applications can be published to a Service Catalog or the Azure Marketplace.

Deploy Managed Application to Service Catalog

Deploy using Azure Portal

Click "Deploy to Azure" to deploy the Managed Application Definition to a Resource Group in your Azure Subscription.

Deploy to Azure Visualize Deployment See Deployment UI

Deploy using PowerShell

Replace <ParameterValues> and execute command(s) to deploy the Managed Application Definition to a Resource Group in your Azure Subscription.

New-AzureRmManagedApplicationDefinition -Name "<ManagedAppName>" `
                                        -ResourceGroupName "<ResourceGroupName>" `
                                        -DisplayName "<ManagedAppDisplayName>" `
                                        -Description "<ManagedAppDescription>" `
                                        -Location "<ManagedAppLocation>" `
                                        -LockLevel ReadOnly `
                                        -Authorization "<userOrGroupId>:<RBACRoleDefinitionId>" `
                                        -PackageFileUri "https://raw.githubusercontent.com/jasoth/AzureMonitorRouteData/master/build/ManagedApplication.zip" `
                                        -Verbose

Deploy using Azure CLI

Replace <ParameterValues> and execute command(s) to deploy the Managed Application Definition to a Resource Group in your Azure Subscription.

az managedapp definition create \
  --name "<ManagedAppName>" \
  --resource-group <ResourceGroupName> \
  --display-name "<ManagedAppDisplayName>" \
  --description "<ManagedAppDescription>" \
  --location <ManagedAppLocation> \
  --lock-level ReadOnly \
  --authorizations "<userOrGroupId>:<RBACRoleDefinitionId>" \
  --package-file-uri "https://raw.githubusercontent.com/jasoth/AzureMonitorRouteData/master/build/ManagedApplication.zip"

Deploy Content (mainTemplate.json) without Managed Application

Deploy using Azure Portal

Click "Deploy to Azure" to deploy content (mainTemplate.json) without Managed Application to a Resource Group in your Azure subscription.

Deploy to Azure Visualize Deployment

Deploy using PowerShell

Replace <ParameterValues> and execute command(s) to deploy content (mainTemplate.json) without Managed Application to a Resource Group in your Azure subscription.

New-AzureRmResourceGroup -Name "<ResourceGroupName>" -Location "<Location>"
New-AzureRmResourceGroupDeployment -ResourceGroupName "<ResourceGroupName>" `
                                   -TemplateUri "https://raw.githubusercontent.com/jasoth/AzureMonitorRouteData/master/src/mainTemplate.json" `
                                   -TemplateParameterUri "https://raw.githubusercontent.com/jasoth/AzureMonitorRouteData/master/src/mainTemplate.parameters.json"

Deploy using Azure CLI

Replace <ParameterValues> and execute command(s) to deploy content (mainTemplate.json) without Managed Application to a Resource Group in your Azure subscription.

az group create --name "<ResourceGroupName>" --location "<Location>"
az group deployment create \
  --resource-group ExampleGroup \
  --template-uri "https://raw.githubusercontent.com/jasoth/AzureMonitorRouteData/master/src/mainTemplate.json" \
  --parameters StorageAcctName=<StorageAccountName> \
  --parameters EventHubNamespace=<EventHubNamespaceName> \
  --parameters LogAnalyticsWorkspaceName=<LogAnalyticsWorkspaceName>

azuremonitorroutedata's People

Contributors

jazuntee avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.