Example of bicep only deployment of github hosted runner #35298
Labels
content
This issue or pull request belongs to the Docs Content team
enterprise
Content relating to GitHub Enterprise
waiting for review
Issue/PR is waiting for a writer's review
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/enterprise-cloud@latest/admin/configuring-settings/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners-in-your-enterprise
What part(s) of the article would you like to see updated?
Currently, the referenced steps have a combination of bicep and bash. This could easily be combined to a single bicep file, maybe converted to an arm json from there for a deploy to azure button.
The run command would be
az deployment group create -g <Resource Group> -f <File Location> --query properties.outputs.githubRunnerId.value
Additional information
No response
The text was updated successfully, but these errors were encountered: