azure-setup-guide

Generate an Azure deployment guide for EasyAuth and CosmosDB.

5|1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/andersnygaard/ettsted2 --skill azure-setup-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-setup-guide
Source: https://github.com/andersnygaard/ettsted2/tree/main/.claude/skills/azure-setup-guide
Command: npx skills add https://github.com/andersnygaard/ettsted2 --skill azure-setup-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying applications to Azure, especially with complex configurations like EasyAuth and CosmosDB, often involves navigating outdated documentation and intricate portal UIs. This Skill generates an up-to-date guide.

Core Features & Use Cases

  • Dynamic Documentation Generation: Researches and compiles the latest Azure deployment steps for App Service, EasyAuth (Google/Facebook OAuth), and CosmosDB, ensuring accuracy.
  • Comprehensive Setup: Covers prerequisites, resource creation, OAuth configuration, environment variables, deployment steps, and troubleshooting.
  • Use Case: When setting up a new Azure environment for your application, use this Skill to generate a current, step-by-step guide, saving hours of manual research and troubleshooting.

Quick Start

Generate a complete Azure deployment guide for the Finans application.

Frequently Asked Questions about azure-setup-guide

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

FAQPage Schema
How do I deploy an application to Azure App Service with EasyAuth?

EasyAuth is Azure App Service's built-in authentication feature that simplifies OAuth provider integration. This Skill generates a step-by-step guide covering Google and Facebook OAuth credential setup, portal configuration, environment variable mapping, and deployment steps specific to your application architecture.

What's involved in configuring CosmosDB for an Azure deployment?

Configuring CosmosDB involves creating a database instance, setting connection strings, and integrating it with your application. This Skill documents the full CosmosDB setup process alongside EasyAuth, including prerequisites, resource provisioning via Portal or CLI, and environment variable configuration.

Can I use Google and Facebook login with Azure App Service?

Yes. Azure App Service's EasyAuth supports both Google and Facebook OAuth providers. This Skill provides current documentation on obtaining OAuth credentials from each provider, registering redirect URIs in Azure Portal, and testing authentication flows end-to-end.

How do I troubleshoot Azure deployment issues with authentication and database configuration?

Deployment issues often stem from misconfigured OAuth credentials, incorrect environment variables, or connectivity problems. This Skill includes a dedicated troubleshooting section covering common EasyAuth and CosmosDB errors, verification steps, and cleanup procedures for failed deployments.

What prerequisites do I need before deploying to Azure with EasyAuth and CosmosDB?

Prerequisites include an Azure subscription, Google and Facebook developer accounts with OAuth credentials, CLI tools or Portal access, and understanding of environment variables. This Skill documents all required prerequisites and their setup order before deployment begins.