This repository contains a customized version of the Fortinet Connector Template originally provided by Microsoft on its official GitHub.
- In the original template, resource names such as Function App, App Service Plan, Storage Account, and Application Insights were automatically generated by Azure.
- In this customized version, users can now specify their own names for all these resources during deployment.
- This enhances naming convention compliance, manageability, and clarity in enterprise environments.
- In the original template, only the Function App Name could be specified, while App Service Plan, Application Insights, and Storage Account were automatically generated and not user-configurable.
- In this customized version, users can now specify their own names for App Service Plan, Application Insights, and Storage Account in the parameters.json file before deployment.
- This enhancement allows organizations to enforce consistent naming conventions across all related Azure resources, improving manageability and compliance with internal policies.
- Added explicit parameters for
Function App Name,Hosting Plan Name,Application Insights Name, andStorage Account Name. - Users can now define these resource names in advance, preventing the need for random name generation.
All resource names are customizable in this version. The storage account name must be globally unique in Azure. Only lowercase letters and numbers are allowed for the storage account (e.g., mycustomstorage123). Hyphens (-) are not allowed in storage account names due to Azure restrictions.
This project is based on Microsoft's Fortinet Connector Template, which has been customized.
π Azure Sentinel Playbooks - Fortinet-FortiGate
- Added Customizable Resource Names section.
- Clarified that Function App, App Service Plan, Storage Account, and Application Insights are now customizable.
- Updated Deployment Instructions to reflect the new parameters.
- Improved Notes section to ensure users understand the resource name limitations.
Now your README is more informative and structured, making it clear that all resource names can be customized. π Let me know if you need further refinements! π
