Giter VIP home page Giter VIP logo

azure-arm-templates's People

Contributors

rich-ehrhardt avatar s-rogers avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

azure-arm-templates's Issues

Add safer payments

Items to add:

  • Primary VNet, subnets and NSG
  • DR VNet, subnets and NSG
  • VNet peering
  • Bastion host at primary site
  • Bastion host at DR site
  • Firewall at primary site
  • Firewall at DR site
  • VMs for Nodes - Primary, HA, DR and Standby
  • Data disks for VMs
  • Key Vault primary region
  • Key Vault in DR region
  • Server certificate created and stored in both key vaults
  • Application Gateway at primary site
  • Application Gateway at DR site
  • API Management service at primary site
  • API Management service at DR site
  • Script to deploy and configure Safer Payments software
  • DR site backup file storage CIFS (secure) mounted to node3
  • Add multiple public IP addresses to firewalls (for multi-AZ)
  • Add firewall application rules
  • Add firewall outbound rules for server updates, etc
  • Add firewall network rules
  • User defined routing for outbound traffic via firewall (except bastion)
  • Add insights to all resources
  • Add tag option
  • main template parameters to set small/medium/large sizes
  • Create user interface definition

Add api version to sterling oms azuredeploy for existing managed identity

The azuredeploy.json template does not reference the API version on line 302

"principalId": "[reference(parameters('managedIdName')).principalId]"

This will fail if using an existing managed identity and should be updated to the following:

"principalId": "[reference(parameters('managedIdName'), '2018-11-30').principalId]"

Delete CSV if operator not ready for CP4I

For CP4I deployment, the operator installation sometimes fails with the operator and CSV not being associated. To fix this, it is necessary to delete the CSV from the CLI. Should add a step that deletes the CSV and retries the operator readiness check if the operator is not ready with a timeframe like 10 minutes.

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.