Giter Club home page Giter Club logo

Comments (7)

bronaghs avatar bronaghs commented on July 2, 2024

@djberg96 - We need a way to ensure we delete these components for VMs provisioned through MIQ only.

from azure-armrest.

djberg96 avatar djberg96 commented on July 2, 2024

@bronaghs True, but that would be separate logic. With this method in place, we would be able to say "if we provisioned it through MIQ, then use this method."

from azure-armrest.

bronaghs avatar bronaghs commented on July 2, 2024

@djberg96 - agreed

from azure-armrest.

djberg96 avatar djberg96 commented on July 2, 2024

Actually, if all resources provisioned by CF are under the same resource group, we can just delete the resource group. For more details see http://www.codeisahighway.com/effective-ways-to-delete-resources-in-a-resource-group-on-azure/.

Having a method for those times when they aren't all under the same resource group would still be handy, though.

from azure-armrest.

bronaghs avatar bronaghs commented on July 2, 2024

@djberg96 - I dont think this will work for the following reasons:

  1. Resources in a resource group share the same lifecycle, they are deployed, updated and deleted together. An application comprised of multiple tiers can belong to a resource group. This means if the resource group is deleted then all the servers in the application are deleted.
  2. During provisioning in MIQ, resources (NSG, floating IP, VPC and Subnet) across all resource groups within the EMS region are available for selection, this means an instance can exist in a different resource group than its components.

from azure-armrest.

djberg96 avatar djberg96 commented on July 2, 2024

@bronaghs Alright, thanks for investigating. Will proceed with implementing the method.

from azure-armrest.

djberg96 avatar djberg96 commented on July 2, 2024

Added via #227

from azure-armrest.

Related Issues (20)

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.