Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New flags added to Application Insights Component #13815

Merged
merged 14 commits into from
May 10, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,14 @@
"name": "IngestionMode",
"modelAsString": true
}
},
"DisableNonAADAuth": {
dhaiman marked this conversation as resolved.
Show resolved Hide resolved
"type": "boolean",
"description": "Disable Non-AAD based Auth."
},
"ForceCustomerStorageForProfiler": {
"type": "boolean",
"description": "Force users to create their own storage account for profiler and debugger."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"Application_Type": "web",
"Flow_Type": "Bluefield",
"WorkspaceResourceId": "/subscriptions/subid/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/my-workspace",
"Request_Source": "rest"
"Request_Source": "rest",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
}
},
Expand Down Expand Up @@ -42,7 +44,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
},
{
Expand Down Expand Up @@ -60,7 +62,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
},
{
Expand Down Expand Up @@ -61,7 +63,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"DisableIpMasking": false,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled",
"IngestionMode": "LogAnalytics"
"IngestionMode": "LogAnalytics",
"DisableLocalAuth": false,
"ForceCustomerStorageForProfiler": true
}
}
}
Expand Down