Azure Example Network Walkthrough

Azure Example Network Walkthrough

You are here:
< Back

Azure Example Network

This is example will enable you to deploy a typical Azure network setup.

Resources Created

  • A resource_group.
  • A virtual_network.
  • A public_subnet.
  • A private_subnet.

Compatibility

Tested with:

  • Cloudify 4.2

Pre-installation steps

Upload the required plugins:

Check the blueprint for the exact version of the plugin.
If you do not provide your own deployment inputs below, you must add these secrets to your Cloudify Manager tenant:

  • azure_subscription_id
  • azure_tenant_id
  • azure_client_id
  • azure_client_secret
  • azure_location, such as eastus.

Installation

On your Cloudify Manager, navigate to Local Blueprints select Upload.
Right-click and copy URL. Paste where it says Enter blueprint url. Provide a blueprint name, such as examples-network in the field labeled blueprint name. Select simple-blueprint.yaml from Blueprint filename menu.
After the new blueprint has been created, click the Deploy button.
Navigate to Deployments, find your new deployment, select Install from the workflow‘s menu. At this stage, you may provide your own values for any of the default deployment inputs.

Uninstallation

Navigate to the deployment and select Uninstall. When the uninstall workflow is finished, select Delete deployment.

comments

    Back to top