Skip to content

Commit

Permalink
documentation related update
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydenLiang committed Jan 26, 2022
1 parent ccf1fc5 commit c389f5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.luolix.top%2Ffortinet%2Ffortigate-autoscale-azure%2F3.4.0%2Ftemplates%2Fdeploy_fortigate_autoscale.hybrid_licensing.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>
Expand Down
10 changes: 10 additions & 0 deletions docs/azure_application_insights.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c389f5b

Please sign in to comment.