Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (36 loc) · 1.91 KB

appinsights.md

File metadata and controls

56 lines (36 loc) · 1.91 KB

Note: This module is EXPERIMENTAL. To enable this module, you must run Open Service Broker for Azure with modules.minStability set to experimental

Services & Plans

Service: azure-appinsights

Plan Name Description
asp-dot-net-web For ASP.NET web applications.
java-web For Java web applications.
node-dot-js For Node.JS applications.
general For general applications.
app-center For Mobile applications.

Behaviors

Provision

Provisions a new Application Insights.

Provisioning Parameters
Parameter Name Type Description Required Default Value
location string The Azure region in which to provision applicable resources. Y
resourceGroup string The (new or existing) resource group with which to associate new resources. Y
appInsightsName string The Application Insights component name. N A randomly generated UUID.
tags map[string]string Tags to be applied to new resources, specified as key/value pairs. N Tags (even if none are specified) are automatically supplemented with heritage: open-service-broker-azure.
Bind

Returns the instrumentation key.

Binding Parameters

This binding operation does not support any parameters.

Credentials

Binding returns the following connection details and shared credentials:

Field Name Type Description
instrumentationKey string Instrumentation key.
appID string APP ID.
APIKey string App Insights API key. Guidance: https://dev.applicationinsights.io/quickstart
Unbind

Does nothing.

Deprovision

Deletes the Application Insights.