question

SatuHyvrinen-4857 avatar image
0 Votes"
SatuHyvrinen-4857 asked singhh-msft commented

Issues with azure/aci-deploy@v1

Last week, I created a GitHub action (using azure/aci-deploy@v1) that deployed my React app in Azure. Everything worked fine. Then suddenly today I get this error:

Error: Error: Long running operation failed with error: "Subscription deployment didn't reach a successful provisioning state after '00:30:00'.".

I can't find more info on this error. What is wrong?

I am able to deploy manually.

azure-container-instances
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@SatuHyvrinen-4857 , thank you for reaching out to us. After looking at the error, it looks like ACI did not deploy successfully. To know it's reason, can you run below command and share what you see?:

 az container show --resource-group myResourceGroup --name mycontainer


0 Votes 0 ·

@SatuHyvrinen-4857 , just checking in to see if you got a chance to check my previous response.

0 Votes 0 ·

@SatuHyvrinen-4857 , just checking in to see if you got a chance to check my previous response.

0 Votes 0 ·

0 Answers