Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Commands/monitor/app-insights/api-key/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# [Command] _monitor app-insights api-key create_

Create an API Key of an Application Insights component.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2FwaWtleXM=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/apikeys 2015-05-01 -->

#### examples

- Create a component with kind web and location.
```bash
monitor app-insights api-key create --api-key cli-demo --read-properties ReadTelemetry --write-properties WriteAnnotations -g demoRg --app testApp
```

- Create a component with kind web and location without any permission
```bash
monitor app-insights api-key create --api-key cli-demo --read-properties '""' --write-properties '""' -g demoRg --app testApp
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/api-key/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor app-insights api-key delete_

Delete an API key from an Application Insights resource.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2FwaWtleXMve30=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/apikeys/{} 2015-05-01 -->

#### examples

- Delete API Key.
```bash
monitor app-insights api-key delete --app demoApp -g demoRg --api-key demo-key
```
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/api-key/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights api-key list_

List a list of API keys of an Application Insights component.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2FwaWtleXM=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/apikeys 2015-05-01 -->
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/api-key/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights api-key show_

Get the API Key for this key id.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2FwaWtleXMve30=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/apikeys/{} 2015-05-01 -->
17 changes: 17 additions & 0 deletions Commands/monitor/app-insights/api-key/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Group] _monitor app-insights api-key_

Operations on API keys associated with an Application Insights component.

## Commands

- [create](/Commands/monitor/app-insights/api-key/_create.md)
: Create an API Key of an Application Insights component.

- [delete](/Commands/monitor/app-insights/api-key/_delete.md)
: Delete an API key from an Application Insights resource.

- [list](/Commands/monitor/app-insights/api-key/_list.md)
: List a list of API keys of an Application Insights component.

- [show](/Commands/monitor/app-insights/api-key/_show.md)
: Get the API Key for this key id.
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/component/billing/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component billing create_

Create current billing features for an Application Insights component.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2N1cnJlbnRiaWxsaW5nZmVhdHVyZXM=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/currentbillingfeatures 2015-05-01 -->
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/billing/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor app-insights component billing show_

Show the billing features of an Application Insights resource.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2N1cnJlbnRiaWxsaW5nZmVhdHVyZXM=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/currentbillingfeatures 2015-05-01 -->

#### examples

- Show the billing features of an application insights component
```bash
monitor app-insights component billing show --app demoApp -g demoRg
```
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/component/billing/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component billing update_

Update the billing features of an Application Insights resource.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2N1cnJlbnRiaWxsaW5nZmVhdHVyZXM=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/currentbillingfeatures 2015-05-01 -->
14 changes: 14 additions & 0 deletions Commands/monitor/app-insights/component/billing/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [Group] _monitor app-insights component billing_

Manage an Application Insights component billing features.

## Commands

- [create](/Commands/monitor/app-insights/component/billing/_create.md)
: Create current billing features for an Application Insights component.

- [show](/Commands/monitor/app-insights/component/billing/_show.md)
: Show the billing features of an Application Insights resource.

- [update](/Commands/monitor/app-insights/component/billing/_update.md)
: Update the billing features of an Application Insights resource.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component continues-export create-untitled_

Create a Continuous Export configuration of an Application Insights component.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2V4cG9ydGNvbmZpZ3VyYXRpb24=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/exportconfiguration 2015-05-01 -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor app-insights component continues-export create_

Create a Continuous Export configuration for an Application Insights component.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2V4cG9ydGNvbmZpZ3VyYXRpb24ve30=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/exportconfiguration/{} 2015-05-01 -->

#### examples

- Create a Continuous Export configuration.
```bash
monitor app-insights component continues-export create -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --record-types Requests Event Exceptions Metrics PageViews --dest-account account --dest-container container --dest-sub-id sub-id --dest-sas se=2020-10-27&sp=w&sv=2018-11-09&sr=c
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor app-insights component continues-export delete_

Delete a specific Continuous Export configuration of an Application Insights component.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2V4cG9ydGNvbmZpZ3VyYXRpb24ve30=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/exportconfiguration/{} 2015-05-01 -->

#### examples

- Delete a Continuous Export configuration by ID.
```bash
monitor app-insights component continues-export delete -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/continues-export/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor app-insights component continues-export list_

List a list of Continuous Export configuration of an Application Insights component.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2V4cG9ydGNvbmZpZ3VyYXRpb24=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/exportconfiguration 2015-05-01 -->

#### examples

- List export configurations
```bash
monitor app-insights component continues-export list -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/continues-export/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor app-insights component continues-export show_

Get the Continuous Export configuration for this export id.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2V4cG9ydGNvbmZpZ3VyYXRpb24ve30=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/exportconfiguration/{} 2015-05-01 -->

#### examples

- Show a continuous export configuration by ID.
```bash
monitor app-insights component continues-export show -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component continues-export update_

Update the Continuous Export configuration for this export id.

## Versions

### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2V4cG9ydGNvbmZpZ3VyYXRpb24ve30=/2015-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/exportconfiguration/{} 2015-05-01 -->
23 changes: 23 additions & 0 deletions Commands/monitor/app-insights/component/continues-export/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [Group] _monitor app-insights component continues-export_

Manage Continuous Export configurations for an Application Insights component.

## Commands

- [create](/Commands/monitor/app-insights/component/continues-export/_create.md)
: Create a Continuous Export configuration for an Application Insights component.

- [create-untitled](/Commands/monitor/app-insights/component/continues-export/_create-untitled.md)
: Create a Continuous Export configuration of an Application Insights component.

- [delete](/Commands/monitor/app-insights/component/continues-export/_delete.md)
: Delete a specific Continuous Export configuration of an Application Insights component.

- [list](/Commands/monitor/app-insights/component/continues-export/_list.md)
: List a list of Continuous Export configuration of an Application Insights component.

- [show](/Commands/monitor/app-insights/component/continues-export/_show.md)
: Get the Continuous Export configuration for this export id.

- [update](/Commands/monitor/app-insights/component/continues-export/_update.md)
: Update the Continuous Export configuration for this export id.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component linked-storage link_

Link a storage account with an Application Insights component.

## Versions

### [2020-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2xpbmtlZHN0b3JhZ2VhY2NvdW50cy97fQ==/2020-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/linkedstorageaccounts/{} 2020-03-01-preview -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component linked-storage show_

Get the current linked storage settings for an Application Insights component.

## Versions

### [2020-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2xpbmtlZHN0b3JhZ2VhY2NvdW50cy97fQ==/2020-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/linkedstorageaccounts/{} 2020-03-01-preview -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component linked-storage unlink_

Unlink a storage account with an Application Insights component.

## Versions

### [2020-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2xpbmtlZHN0b3JhZ2VhY2NvdW50cy97fQ==/2020-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/linkedstorageaccounts/{} 2020-03-01-preview -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor app-insights component linked-storage update_

Update current linked storage account for an Application Insights component.

## Versions

### [2020-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2xpbmtlZHN0b3JhZ2VhY2NvdW50cy97fQ==/2020-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/linkedstorageaccounts/{} 2020-03-01-preview -->
17 changes: 17 additions & 0 deletions Commands/monitor/app-insights/component/linked-storage/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Group] _monitor app-insights component linked-storage_

Manage linked storage account for an Application Insights component.

## Commands

- [link](/Commands/monitor/app-insights/component/linked-storage/_link.md)
: Link a storage account with an Application Insights component.

- [show](/Commands/monitor/app-insights/component/linked-storage/_show.md)
: Get the current linked storage settings for an Application Insights component.

- [unlink](/Commands/monitor/app-insights/component/linked-storage/_unlink.md)
: Unlink a storage account with an Application Insights component.

- [update](/Commands/monitor/app-insights/component/linked-storage/_update.md)
: Update current linked storage account for an Application Insights component.
14 changes: 14 additions & 0 deletions Commands/monitor/app-insights/component/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [Group] _monitor app-insights component_

Manage an Application Insights component or its subcomponents.

## Subgroups

- [billing](/Commands/monitor/app-insights/component/billing/readme.md)
: Manage an Application Insights component billing features.

- [continues-export](/Commands/monitor/app-insights/component/continues-export/readme.md)
: Manage Continuous Export configurations for an Application Insights component.

- [linked-storage](/Commands/monitor/app-insights/component/linked-storage/readme.md)
: Manage linked storage account for an Application Insights component.
11 changes: 11 additions & 0 deletions Commands/monitor/app-insights/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Group] _monitor app-insights_

Commands for querying data in Application Insights applications.

## Subgroups

- [api-key](/Commands/monitor/app-insights/api-key/readme.md)
: Operations on API keys associated with an Application Insights component.

- [component](/Commands/monitor/app-insights/component/readme.md)
: Manage an Application Insights component or its subcomponents.
3 changes: 3 additions & 0 deletions Commands/monitor/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Manage the Azure Monitor Service.
- [action-group](/Commands/monitor/action-group/readme.md)
: Manage action groups.

- [app-insights](/Commands/monitor/app-insights/readme.md)
: Commands for querying data in Application Insights applications.

- [autoscale](/Commands/monitor/autoscale/readme.md)
: Manage autoscale settings

Expand Down
Loading