share-experiment

Deploy Coherence preview experiments to Azure Static Web Apps with GitHub Actions.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/unthinkmedia/vibe-azure --skill share-experiment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-experiment
Source: https://github.com/unthinkmedia/vibe-azure/tree/main/.github/skills/share-experiment
Command: npx skills add https://github.com/unthinkmedia/vibe-azure --skill share-experiment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill automates the deployment of Coherence preview experiments to Azure Static Web Apps, making them accessible via a permanent URL with authentication.

Core Features & Use Cases

  • One-click Deployment: Deploy your experiment to Azure with a single push or pull request.
  • Shareable Links: Generate permanent URLs for your deployed experiments.
  • Azure AD Authentication: Restrict access to @microsoft.com users for secure sharing.
  • PR Preview Environments: Automatically create staging URLs for each pull request.

Quick Start

Follow the first-time setup instructions to deploy your experiment to Azure Static Web Apps.

Frequently Asked Questions about share-experiment

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

FAQPage Schema
How do I deploy a static web app to Azure using GitHub Actions?

Deploy a static web app to Azure by pushing code or pull requests to trigger automated GitHub Actions builds, which provision Azure Static Web Apps and generate permanent accessible URLs for hosting.

Can I restrict access to my deployed Azure Static Web Apps?

Yes, you can restrict access to deployed Azure Static Web Apps by enabling optional Azure AD authentication, limiting visibility to @microsoft.com users for secure enterprise sharing.

How do I create preview environments for pull requests in Azure?

Create PR preview environments in Azure automatically through GitHub Actions CI/CD pipelines, which generate staging URLs for each pull request to share experiments before merging.

Does Azure Static Web Apps support direct linking for shared experiments?

Azure Static Web Apps supports direct linking for shared experiments by utilizing hash-based routing, ensuring permanent URLs route users directly to specific deployed experiments.

What is needed to set up CI/CD for Azure Static Web Apps deployments?

To set up CI/CD for Azure Static Web Apps deployments, you need a GitHub repository configured with GitHub Actions, which automates builds and deployments upon push or pull request events.