Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.29 KB

File metadata and controls

40 lines (31 loc) · 2.29 KB

Cisco Secure Firewall - Azure

Azure Deployment

In addition to the Marketplace-based deployment, Cisco provides a compressed virtual hard disk (VHD) that you can upload to Azure to simplify the process of deploying the CSFTDv and CSFMCv in Azure.
Using a Managed Image and two JSON files (a Template file and a Parameter File), you can deploy and provision all the resources for the Cisco Secure Firewall Threat Defense Virtual(CSFTDv) and Cisco Secure Firewall Management Center Virtual(CSFMCv) in a single, coordinated operation.

To deploy using a VHD image, you must upload the VHD image to your Azure storage account. Then, you can create a managed image using the uploaded disk image.

Azure Resource Manager Templates

Azure Resource Manager templates are JSON files that contain resource descriptions and parameter definitions.

  • Template File — This is the main resources file that deploys all the components within the resource group.
  • Parameter File — This file includes the parameters required to successfully deploy the CSFTDv. It includes details such
    as the subnet information, virtual machine tier and size, username and password for the CSFTDv, the name of the storage container, etc.
    You can customize this file for your Azure deployment environment.

Example: Azure Resource Manager JSON Template File

{
    "$schema": "",
    "contentVersion": "",
    "parameters": {  },
    "variables": {  },
    "resources": [  ],
    "outputs": {  }
}

References

Licensing Info

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

Copyright

Copyright (c) 2022 Cisco Systems Inc and/or its affiliates.