Sign inSign up

jujhars13/azure-cli-security-group

By jujhars13

Updated over 8 years ago

Quick container to enable Microsoft Azure security group modification.

Image
0

536

jujhars13/azure-cli-security-group repository overview

Docker Azure Security Group

Quick container to enable Microsoft Azure cloud security group modification.

It will prompt you for az login and then proceed to add your ip to the security group in question for the port you specify.

docker run -it \
-e NAME=mySecGroup -e PORT=6379 \
jujhars13/azure-cli-security-group

Used to access servers on the fly.

Optional Env Variables


IP=<the ip address you want to unlock, otherwise it will curl myIP.co to get it>

SUBS_ID=<the specific azure subscription id, if you want to override default>

Notes

The script will run az login so make sure you're logged into your Azure account as it will prompt you for an interactive "oauthy" browser login flow

Tag summary

Content type

Image

Digest

Size

73.1 MB

Last updated

over 8 years ago

docker pull jujhars13/azure-cli-security-group