I have an azure function app which by default integrated with application insights app, now I can calculate the cost consumption of the function, but still cannot calculate monitoring cost.
how can I know or calculate monitoring cost?
I have an azure function app which by default integrated with application insights app, now I can calculate the cost consumption of the function, but still cannot calculate monitoring cost.
how can I know or calculate monitoring cost?
You can use "Cost Management" in azure portal.
Nav to azure portal -> in the left blade, click "Cost Management + Billing" -> then in the new page, click "Cost Management". Screenshot as below:
Then in the "Cost Management" page -> click "Cost analysis" -> "Cost by resource" -> then Mouse over the "Resource Type" column -> then the filter button occurs, click the filter button and input "application insights", and locate your application insights, you can see the cost. Screenshot as below:
If your application insights is not listed here, means that no cost as of now. Because application insights is free for "5 GB per customer per month". Details are here, in the "Application Insights" section. A screenshot from that site:
It is charged based on data size and consumption. You can have a look at the Azure Monitor
pricing model in order to get a detailed idea.