Skip to content

Example Azure Storage Account template deployment which sets IP network restrictions to the storage account.

License

Notifications You must be signed in to change notification settings

JanneMattila/128-StorageNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

128-StorageNetwork

Example Azure Storage Account template deployment which sets IP network restrictions to the storage account.

Steps to execute deployment using Azure PowerShell:

Login-AzureRmAccount

# *Explicitly* select your working context
Select-AzureRmSubscription -SubscriptionName <YourSubscriptionName>

# Now you're ready!
cd .\deploy\

# Execute deployment with "local" development defaults:
.\deploy.ps1 -IPRestrictions "123.123.123.123","321.321.321.321"

# Execute deployment with overriding defaults in command-line:
.\deploy.ps1  -IPRestrictions "123.123.123.123","321.321.321.321" -ResourceGroupName "storagenetwork-dev-rg" -Location "North Europe"

About

Example Azure Storage Account template deployment which sets IP network restrictions to the storage account.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published