Adds an application that is created from a resource group.
applicationinsights_create_application(ResourceGroupName,
OpsCenterEnabled, OpsItemSNSTopicArn, Tags)
[required] The name of the resource group.
When set to true
, creates opsItems for any problems detected on an
application.
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
List of tags to add to the application. tag key (Key
) and an
associated tag value (Value
). The maximum length of a tag key is 128
characters. The maximum length of a tag value is 256 characters.
svc$create_application( ResourceGroupName = "string", OpsCenterEnabled = TRUE|FALSE, OpsItemSNSTopicArn = "string", Tags = list( list( Key = "string", Value = "string" ) ) )