GitHub Workflow error: Canceling since a higher priority waiting request for [a concurrency group] exists

Hi, in this post, I’ll share learning from my recent attempt to set up GitHub workflow in a way that: We wanted to achieve such a setup to allow running end-to-end tests on a single Azure environment without causing interference between workflows running simultaneously. An attempt that failed I expected it to be as easy … Read more

Does “Allow Azure services and resources to access this server” cover GitHub Actions workflows?

There is a famous option in Azure Firewall settings labeled: “Allow Azure services and resources to access this server“ According to the UI hint, “This option configures the firewall to allow connections from IP addresses allocated to any Azure service or asset, including connections from the subscriptions of other customers.” I’ve seen this option confuse … Read more