diff --git a/README.md b/README.md index 749bc22..57b0848 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ A deployment guide is available from the Fortinet Document Library: + [ FortiGate / FortiOS 6.4 / Deploying auto scaling on Azure](https://docs.fortinet.com/document/fortigate-public-cloud/6.4.0/azure-administration-guide/161167/deploying-autoscaling-on-azure) + [ FortiGate / FortiOS 7.0 / Deploying auto scaling on Azure](https://docs.fortinet.com/document/fortigate-public-cloud/7.0.0/azure-administration-guide/161167/deploying-autoscaling-on-azure) +## Technical documentation + +* [Azure Application Insights requirement](docs/azure_application_insights.md) ## Launch a demo diff --git a/docs/azure_application_insights.md b/docs/azure_application_insights.md new file mode 100644 index 0000000..fc840b7 --- /dev/null +++ b/docs/azure_application_insights.md @@ -0,0 +1,10 @@ +# Azure Application Insights + +FortiGate Autoscale requires Azure Application Insights to capture the Autoscale handler functions (Function App) invocation logs. +If the FortiGate Autoscale is deployed to a region that is supported by the Azure Application Insights, the deployment template will automatically configure the Application Insights. Otherwise, it will not do so by default. However, if not configured by the deployment, users can still manually configure the Application Insights for the Autoscale handler functions in a different region. + +As the Azure Application Insights supported regions may change from time to time, please read [Azure Monitor overview](https://docs.microsoft.com/en-us/azure/azure-monitor/overview) for more details. + +_FortiGate Autoscale for Azure_ project maintains a list of the supported regions in the template: [link_template.function_app.json](../templates/link_template.function_app.json). It is stored as a variable: _functionAppInsightAvailableLocations_. + +If you found that the list is out-dated, please let us know by creating an issue.