individual data connectors updated
This commit is contained in:
Родитель
52f656bc08
Коммит
5dd46183e3
|
@ -15,6 +15,12 @@
|
|||
"workspaceKey": {
|
||||
"type": "string",
|
||||
"defaultValue": "<workspaceKey>"
|
||||
},
|
||||
"AppInsightsWorkspaceResourceID": {
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"description": "Migrate Classic Application Insights to Log Analytic Workspace which is retiring by 29 Febraury 2024. Use 'Log Analytic Workspace-->Properties' blade having 'Resource ID' property value. This is a fully qualified resourceId which is in format '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}'"
|
||||
}
|
||||
}
|
||||
},
|
||||
"variables": {
|
||||
|
@ -23,14 +29,15 @@
|
|||
"resources": [
|
||||
{
|
||||
"type": "Microsoft.Insights/components",
|
||||
"apiVersion": "2015-05-01",
|
||||
"apiVersion": "2020-02-02",
|
||||
"name": "[parameters('FunctionName')]",
|
||||
"location": "[resourceGroup().location]",
|
||||
"kind": "web",
|
||||
"properties": {
|
||||
"Application_Type": "web",
|
||||
"ApplicationId": "[parameters('FunctionName')]"
|
||||
}
|
||||
"ApplicationId": "[parameters('FunctionName')]",
|
||||
"WorkspaceResourceId": "[parameters('AppInsightsWorkspaceResourceID')]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.KeyVault/vaults",
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"description": "You can set this table by providing boolean value true/false"
|
||||
}
|
||||
},
|
||||
"LogAnalyticWorkspaceResourceId": {
|
||||
"AppInsightsWorkspaceResourceID": {
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"description": "Migrate Classic Application Insights to Log Analytic Workspace which is retiring by 29 Febraury 2024. Use 'Log Analytic Workspace-->Properties' blade having 'Resource ID' property value. This is a fully qualified resourceId which is in format '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}'"
|
||||
|
@ -99,8 +99,8 @@
|
|||
"properties": {
|
||||
"Application_Type": "web",
|
||||
"ApplicationId": "[variables('FunctionName')]",
|
||||
"WorkspaceResourceId": "[parameters('LogAnalyticWorkspaceResourceId')]"
|
||||
}
|
||||
"WorkspaceResourceId": "[parameters('AppInsightsWorkspaceResourceID')]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"description": "Specifies Azure Log Analytics Workspace Table Name."
|
||||
}
|
||||
},
|
||||
"LogAnalyticWorkspaceResourceId": {
|
||||
"AppInsightsWorkspaceResourceID": {
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"description": "Migrate Classic Application Insights to Log Analytic Workspace which is retiring by 29 Febraury 2024. Use 'Log Analytic Workspace-->Properties' blade having 'Resource ID' property value. This is a fully qualified resourceId which is in format '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}'"
|
||||
|
@ -85,8 +85,8 @@
|
|||
"properties": {
|
||||
"Application_Type": "web",
|
||||
"ApplicationId": "[variables('FunctionName')]",
|
||||
"WorkspaceResourceId": "[parameters('LogAnalyticWorkspaceResourceId')]"
|
||||
}
|
||||
"WorkspaceResourceId": "[parameters('AppInsightsWorkspaceResourceID')]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"type": "string",
|
||||
"defaultValue": "AWSSecurityHubFindings_CL"
|
||||
},
|
||||
"LogAnalyticWorkspaceResourceId": {
|
||||
"AppInsightsWorkspaceResourceID": {
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"description": "Migrate Classic Application Insights to Log Analytic Workspace which is retiring by 29 Febraury 2024. Use 'Log Analytic Workspace-->Properties' blade having 'Resource ID' property value. This is a fully qualified resourceId which is in format '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}'"
|
||||
|
@ -56,8 +56,8 @@
|
|||
"properties": {
|
||||
"Application_Type": "web",
|
||||
"ApplicationId": "[variables('FunctionName')]",
|
||||
"WorkspaceResourceId": "[parameters('LogAnalyticWorkspaceResourceId')]"
|
||||
}
|
||||
"WorkspaceResourceId": "[parameters('AppInsightsWorkspaceResourceID')]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"description": "Match the Lookback to the number of minutes between runs. If cron schedule is 10 mins, use 10. If its set to every hour, use 60."
|
||||
}
|
||||
},
|
||||
"LogAnalyticsWorkspaceResourceId": {
|
||||
"AppInsightsWorkspaceResourceID": {
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"description": "Migrate Classic Application Insights to Log Analytic Workspace which is retiring by 29 Febraury 2024. Use 'Log Analytic Workspace-->Properties' blade having 'Resource ID' property value. This is a fully qualified resourceId which is in format '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}'"
|
||||
|
@ -80,8 +80,8 @@
|
|||
"properties": {
|
||||
"Application_Type": "web",
|
||||
"ApplicationId": "[variables('FunctionName')]",
|
||||
"WorkspaceResourceId": "[parameters('LogAnalyticsWorkspaceResourceId')]"
|
||||
}
|
||||
"WorkspaceResourceId": "[parameters('AppInsightsWorkspaceResourceID')]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче