Martin Wåger

Results 5 issues of Martin Wåger

In [Builders.WebApp](https://github.com/CompositionalIT/farmer/blob/e09bb3358ea0d85d26f23ce5c9edb7deac1a9df9/src/Farmer/Builders/Builders.WebApp.fs#L271) the default values are: ``` "APPINSIGHTS_PROFILERFEATURE_VERSION", "1.0.0" "APPINSIGHTS_SNAPSHOTFEATURE_VERSION", "1.0.0" "ApplicationInsightsAgent_EXTENSION_VERSION", "~2" "DiagnosticServices_EXTENSION_VERSION", "~3" "InstrumentationEngine_EXTENSION_VERSION", "~1" "SnapshotDebugger_EXTENSION_VERSION", "~1" "XDT_MicrosoftApplicationInsights_BaseExtensions", "~1" "XDT_MicrosoftApplicationInsights_Mode", "recommended" ``` Some of these settings have a...

When creating a new Application Insights in Azure an automated job is run that creates a Failure Anomalies alert rule. This is set to send alerts to an Alert Group...

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#reporting-new-issues). ### Description In the visualizer currently all services are shown as...

The changes in this PR are as follows: * For a Service Bus Topic it adds the max_message_size [property](https://learn.microsoft.com/en-us/azure/templates/microsoft.servicebus/namespaces/topics?pivots=deployment-language-bicep#sbtopicproperties). This allows configuring the [large messages](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support) feature in premium subscriptions. *...

This PR fixes the code example in the documentation for the changes in #1147 The changes in this PR are as follows: * Updated example for AD auth set to...