Last active
February 28, 2019 05:00
-
-
Save MikeLarned/7ad1f1db8e17508284b96fb3db9ffef8 to your computer and use it in GitHub Desktop.
Revisions
-
MikeLarned revised this gist
Feb 28, 2019 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1 @@ curl -s https://raw.githubusercontent.com/MikeLarned/azure_vnet_service_endpoint_demo/master/build/storage.sh | bash -s "STORAGE_NAME" "KEY" -
MikeLarned revised this gist
Feb 28, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ curl -s \ https://raw.githubusercontent.com/MikeLarned/azure_vnet_service_endpoint_demo/master/build/storage.sh | \ bash -s "STORAGE_NAME" "KEY" -
MikeLarned created this gist
Feb 28, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ curl -s https://raw.githubusercontent.com/MikeLarned/azure_vnet_service_endpoint_demo/master/build/storage.sh | bash -s "STORAGE_NAME" "KEY"