0

Looking into the cost management apparently, we are exceeding the limits on our Storage Account, photo on this link. From what I researched it is due to the fact that Azure by default does a lot of requests for "insights" on performance / availability etc...

How do I turn this off?

I am running a Container Instance, two containers actually I am following this from the documentation. I did a research but couldn't find anything like my case. Any help?

kgalic
  • 2,441
  • 1
  • 9
  • 21

1 Answers1

1

Well, as I know, Azure Container Instance does not have the Application Insights extension to monitor in default. It is only costed by its vCPU and memory if you do not add the metric to monitor. So I think what you need to care about is the Container Instance itself and other Azure resources you use, not the Application Insights for Container Istance.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39