DEV Community

Discussion on: How to deploy a Blazor app to Azure Storage

Collapse
 
mouadcherkaoui profile image
Mouad Cherkaoui • Edited

here is a workflow that I just get it to run for me :)

github.com/mouadcherkaoui/bxblazor...

for the azure-cli-actions config the credentials should be in this for :
{
"clientId": "",
"clientSecret": "",
"subscriptionId": "",
"tenantId": ""
}
here is the github documentation page github.com/marketplace/actions/azu... , the azure secret is the storage key or (I think sas will work too)!
personally I'm using azure DevOps pipelines but while watching the video I decided to retry github actions since I have some failed experiment before!