add comment

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-26 08:52:50 -04:00
parent 59cbf8f4b2
commit dfababcec6
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -7,4 +7,6 @@ RUN pwsh -c "Install-Module PowerShellGet -Force"
# Install the Azure Resource Manager modules from the PowerShell Gallery
RUN pwsh -c "Install-Module -Name AzureRM -AllowClobber -Force"
# You will have to load the module into the session with:
# Import-Module -Name AzureRM
ENTRYPOINT [ "pwsh" ]