The action not yet support Windows Runner
Closed this issue · 3 comments
thohng commented
For those need to run az cli
on Windows Agent/Runner, we just used the alternative batch script/powershell script
- name: Azure login
if: ${{ success() }}
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Test show Azure login
if: ${{ success() }}
run: az account show
- name: Upload to blob storage
if: ${{ success() }}
run: az storage blob upload-batch --auth-mode login --account-name storageaccount --destination containerid --destination-path path --source source --pattern *.zip --overwrite --no-progress
Lines 19 to 22 in 548c3ec
#54 Why is the Azure CLI action only available on Linux based runners?
#97 Issue Running az cli inline command on windows agent
github-actions commented
This issue is stale because it has been open for 7 days with no activity.
github-actions commented
This issue is idle because it has been open for 14 days with no activity.