HyperShift Azure Provider

Automate HyperShift cluster deployment on Microsoft Azure with identity configuration.

112|305|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/openshift-eng/ai-helpers --skill hypershift-azure-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: HyperShift Azure Provider
Source: https://github.com/openshift-eng/ai-helpers/tree/main/plugins/hcp/skills/hcp-create-azure
Command: npx skills add https://github.com/openshift-eng/ai-helpers --skill hypershift-azure-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solves?

This Skill eliminates the complexity and configuration errors when deploying HyperShift clusters on Microsoft Azure, ensuring proper identity management and resource provisioning.

Core Features & Use Cases

  • Azure Identity Integration: Configure managed identities, workload identities, or OIDC integration for secure cluster operations.
  • Environment-Aware Deployment: Automatically adapts cluster configurations for development vs. production environments.
  • Use Case: When your team needs to quickly spin up a development HyperShift cluster on Azure with proper identity configuration and resource group management, this Skill guides you through the entire process with best practices.

Quick Start

Use the HyperShift Azure Provider skill to generate a development cluster configuration for Azure with managed identities.

Frequently Asked Questions about HyperShift Azure Provider

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a HyperShift cluster on Azure?

Deploy HyperShift clusters on Azure by using this Skill to automate cluster provisioning with proper identity configuration, resource group management, and VNet integration. The Skill generates deployment commands tailored to your development or production environment after collecting interactive parameters.

What identity methods does HyperShift support on Azure?

HyperShift on Azure supports three identity methods: Managed identities with data plane access, workload identities for fine-grained RBAC, and OIDC integration for external identity providers. This Skill configures whichever method suits your security requirements.

Do I need Azure CLI credentials to deploy HyperShift clusters?

Yes, Azure CLI credentials are a prerequisite for HyperShift cluster deployment on Azure. This Skill enforces credential validation, subscription quota checks, and pull secret configuration before generating deployment commands.

Can I use HyperShift for both development and production deployments on Azure?

Yes, this Skill supports environment-aware deployment for both development and production scenarios. It automatically adapts cluster configurations, resource provisioning, and identity setup based on your selected environment.

What happens if my Azure subscription doesn't meet HyperShift requirements?

This Skill validates Azure subscription quotas and prerequisites before deployment. If quotas are insufficient or requirements unmet, it alerts you to resolve these issues before proceeding with cluster creation.

How does HyperShift handle Azure resource groups?

This Skill automates resource group creation and management for HyperShift clusters on Azure. It provisions groups with proper VNet integration and ensures resources align with your cluster's identity and deployment configuration.