Open Philippe85 opened 1 year ago
This also happens when those two properties are included in the template, such as in this Bicep snippet:
resource applicationInsights 'Microsoft.Insights/components@2020-02-02' = {
name: 'myAppInsights'
location: resourceGroup().location
kind: 'web'
properties: {
Application_Type: 'web'
WorkspaceResourceId: logAnalyticsId
Flow_Type: 'Bluefield'
Request_Source: 'rest'
}
}
Can you deal with this noise?
Just a note, this is a duplicate of #305.
Describe the noise
The azure resource is upt-to-date. But I get always the same What-If report.
Resource type (i.e. Microsoft.Storage/storageAccounts) microsoft.insights/components
apiVersion (i.e. 2019-04-01) The last : 2020-02-02
Client (PowerShell, Azure CLI, or API) PowerShell
Relevant ARM Template code (we only need the resource object for the above
resourceType
andapiVersion
, but if it's easier you can include the entire templateExpected response (i.e. "I expected no noise since the template has not been modified since the resources were deployed) Nothing. No changes.
Current (noisy) response (either include a screenshot of the what-if output, or copy/paste the text) I get indefinitly this What-If report :