Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Last active February 28, 2019 05:00
Show Gist options
  • Select an option

  • Save MikeLarned/7ad1f1db8e17508284b96fb3db9ffef8 to your computer and use it in GitHub Desktop.

Select an option

Save MikeLarned/7ad1f1db8e17508284b96fb3db9ffef8 to your computer and use it in GitHub Desktop.

Revisions

  1. MikeLarned revised this gist Feb 28, 2019. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions azure_service_endpoint_demo.sh
    Original 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"
    curl -s https://raw.githubusercontent.com/MikeLarned/azure_vnet_service_endpoint_demo/master/build/storage.sh | bash -s "STORAGE_NAME" "KEY"
  2. MikeLarned revised this gist Feb 28, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion azure_service_endpoint_demo.sh
    Original 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"
    curl -s \
    https://raw.githubusercontent.com/MikeLarned/azure_vnet_service_endpoint_demo/master/build/storage.sh | \
    bash -s "STORAGE_NAME" "KEY"
  3. MikeLarned created this gist Feb 28, 2019.
    1 change: 1 addition & 0 deletions azure_service_endpoint_demo.sh
    Original 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"