github · GitHub Actions Docs
Actions Deploying to Azure Kubernetes Service - GitHub Docs
Configures a GitHub Actions workflow to deploy applications to Azure Kubernetes Service using OIDC for secure authentication.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Deploying to Azure Kubernetes Service - GitHub Docs
Configures a GitHub Actions workflow to deploy applications to Azure Kubernetes Service using OIDC for secure authentication.
When To Use
Use when you need to automate the deployment of containerized applications from a GitHub repository to an Azure Kubernetes Service cluster using secure identity federation.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-deploy-deploying-to-azure-kubernetes-service-github-docs-workflow-guide.md | A guide explaining the prerequisites and workflow configuration required to deploy projects to Azure Kubernetes Service using GitHub Actions. | Questions about a guide explaining the prerequisites and workflow configuration required to deploy projects to Azure Kubernetes Servi... |
examples/actions-how-tos-deploy-deploying-to-azure-kubernetes-service-github-docs.text | A GitHub Actions workflow YAML configuration for deploying applications to Azure Kubernetes Service. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration for deploying applications to Azure Kubernetes Service. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Deploy / - Deploy to third-party platforms / - Azure Kubernetes Service
- Main sections:
In this article,Prerequisites,Creating the workflow,Further reading.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/deploy/deploy-to-third-party-platforms/azure-kubernetes-service
