This powershell script (Get-ANFNetworkSiblingSets.ps1) is provided as is and is not supported by NetApp or Microsoft. You are encouraged to modify to fit your specific environment and/or requirements. It is strongly recommended to test the functionality before deploying to any business critical or production environments.
Perform a pre-check on Basic <--> Standard Network Change for a Subscription
In preperation for changing volume(s), from Basic <--> Standard Networking, Run the Powershell Script, Get-ANFNetworkSiblingSets, which will identify your volumes and group them into networkSiblings
Each networkSiblingSet will change all the volumes within the networkSiblingSet set at the same time
Running the script ahead of time allows you to view how the volumes are grouped into networkSiblingSets, and plan for your change prior to executing the Change Network Feature in the portal. The output can also be saved to a CSV file, by specifiying a command line option (see below)
06/20/2023 - Initial Release
We recommend referring to these documentation links prior to performing any upgrade
-
Ensure you are authenticated to your azure tenant, or use Cloud Shell within the Azure Portal, prior to executing
-
Confirm the PowerShell Modules Az.Accounts and Az.NetAppFiles are installed
Install Using Git clone
./Get-ANFNetworkSiblingSets -subscriptionId subscriptionId or -subscriptionId subscriptionName
[-csvFile filename]
- Sample Output from the script is shown here