Monday, August 19, 2019

Create Docker container with the image less than 90 days old

Please add -accept_eula in the command to create the container.

Sample Command

New-NavContainer -containerName NAV2017 -accept_eula -accept_outdated -alwaysPull -auth Windows -authenticationEMail test@bizcentralus.onmicrosoft.com -imageName mcr.microsoft.com/dynamicsnav:2017-cu3-na -includeCSide -licenseFile "C:\ABC.flf" -useSSL 

Monday, August 12, 2019

Batch Upload to Azure Storage using Azure CLI

az storage blob upload-batch -d <container_name> -s '<directory_path>' --pattern *.*

  --account-name <account_name>
  --account-key <account_key>