API for adding container monitoring solution from marketplace to log analytics workspace

Amol 1 Reputation point
2021-10-13T14:26:21.883+00:00

Hi,
Is there any API available that can add marketplace Apps like container monitoring solution? or is there any automated way by which i can add a container monitoring solution to the azure log analytics workspace.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,740 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
627 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
6,983 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. tbgangav-MSFT 10,371 Reputation points
    2021-10-18T16:54:28.447+00:00

    Hi @Amol ,

    You can add solutions like "container monitoring solution" to log analytics workspace using Az PS cmdlet New-AzMonitorLogAnalyticsSolution or az monitor log-analytics solution create Az CLI command but AFAIK currently there is no REST API support for the same Az PS cmdlet or Az CLI command. For more information with regards to it, you may refer this / this Azure documentation.

    However, as we don't see any official documentation that mentions about REST API support for the same so I am reaching out to our internal product team to confirm the same and see if we have any ETA on API support and also see if we have any workaround for this until we have the API support. Will keep you updated as I hear more information.

    0 comments No comments