platform-chaos icon indicating copy to clipboard operation
platform-chaos copied to clipboard

investigate critical extensions

Open bengreenier opened this issue 7 years ago • 2 comments

This tracks investigation of what extensions the core team should go an implement, as we consider them to be foundational building blocks that many folks will be interested in.

bengreenier avatar Aug 30 '18 14:08 bengreenier

Working on an idea for an extension that will allow the user to turn off network access to certain things such as Databases and Storage accounts (as these cannot just be turned on/off like web services can).

Using the Virtual Network sdk we may be able to achieve this through routing and more specifically route tables. It is poorly documented on the REST API side but the Azure portal version has decent docs so I think abstracting it over to the rest interface shouldn't be too hard.

https://docs.microsoft.com/en-us/javascript/api/azure-arm-network/networkmanagementclient?view=azure-node-latest#routes

https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-create-route-table-portal

https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-packet-capture-overview

Ethan-Arrowood avatar Sep 17 '18 16:09 Ethan-Arrowood

Maybe using the Azure Service Management would be better https://docs.microsoft.com/en-us/javascript/api/azure-asm-network/ipforwardingoperations~ipforwardingoperations?view=azure-node-latest

Ethan-Arrowood avatar Sep 17 '18 16:09 Ethan-Arrowood