Giter Site home page Giter Site logo

azurebackup's Introduction

Create Multiple Recovery Vault over many subscriptsions and resource groups

Overview for Multi-Vault Templates: This Master template creates Multiple Azure Resources: 20 Recovery Vaults 5 Storage Accounts 1 Log Analytics workspace

Deployment Parameters: There are no User inputs or required parameters

Intended use: These files are here for reference, there is no promise or garentee of any kind of

Deployment Procedure: 1. Update the Subscription ID in the Variables section 2. Update the Resource group Name xxRGNAMExx in the Variables section 3. Update the Resource Group Location xxLOCATIONxx in the Variables section 4. Update the name of the Recovery Vault Name xxRecoveryVaultNamexx in the Variables section 5. Update the Storage Account Name xxPREFIXxx in the Variables section 6. Add new Blocks or remove Blocks in the Variables arrays A. Add Blocks i. Copy the block from the open { to the }, and paste in the variables array B. Remove Blocks i. Highlight from the open { to the }, and delete the block

"VaultArray": [
  {
    "SubscriptionID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "ResourceGroupName": "xxRGNAMExx",
    "Location": "xxLOCATIONxx",
    "BackupVaultName": "xxRecoveryVaultNamexx",
    "glaccount": "604"
  },
  {
    "SubscriptionID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "ResourceGroupName": "xxRGNAMExx",
    "Location": "xxLOCATIONxx",
    "BackupVaultName": "xxRecoveryVaultNamexx",
    "glaccount": "604"
  }
 ]
 "StorageArray": [
  {
    "SubscriptionID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "ResourceGroupName": "xxRGNAMExx",
    "Location": "xxLOCATIONxx",
    "Storage_Name": "[concat('xxPREFIXxx',uniqueString(resourceGroup().id))]",
    "Storage_kind": "StorageV2",
    "Storage_accountType": "Standard_LRS",
    "Storage_accessTier": "Cool"
  },
        {
    "SubscriptionID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "ResourceGroupName": "xxRGNAMExx",
    "Location": "xxLOCATIONxx",
    "Storage_Name": "[concat('xxPREFIXxx',uniqueString(resourceGroup().id))]",
    "Storage_kind": "StorageV2",
    "Storage_accountType": "Standard_LRS",
    "Storage_accessTier": "Cool"
  }
]

This template allows you to deploy Multiple Azure Recovery Services Vaults for Azure Backup

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.