mobile-azure-deployment

Guides hosting, Intune distribution, and CI/CD for enterprise mobile apps on Azure.

1|Updated Aug 10, 2026
One-click install
npx skills add https://github.com/TheViziusGroup/vibe-engineering-skills --skill mobile-azure-deployment-theviziusgroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-azure-deployment
Source: https://github.com/TheViziusGroup/vibe-engineering-skills/tree/main/plugins/mobile-development/skills/mobile-azure-deployment
Command: npx skills add https://github.com/TheViziusGroup/vibe-engineering-skills --skill mobile-azure-deployment-theviziusgroup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Enterprise mobile teams must replace retired App Center pipelines, secure corporate data on BYOD devices, and wire mobile backends on Azure without missing compliance or distribution requirements. ## Core Features & Use Cases - Intune MDM/MAM guidance: Covers MAM-WE App Protection Policies, Conditional Access pairing, Intune App SDK support boundaries, and Apple Business Manager / Android Enterprise enrollment. - Azure backend architecture: Recommends API Management as a mobile gateway, AKS or Container Apps hosting, Cosmos DB change-feed sync with conflict resolution, SignalR, and Private Endpoints. - Post-App Center CI/CD: Maps build, signing, OTA update, and store distribution workflows to Azure DevOps, GitHub Actions, Fastlane, EAS Update, CodePush, TestFlight, and Play Internal Testing. - Use Case: A team migrating a React Native line-of-business app off App Center can follow the staged plan to move signing certificates into Key Vault, stand up Fastlane pipelines, and enforce MAM-WE policies for BYOD users. ## Quick Start Ask the assistant to plan an Azure hosting, Intune distribution, and CI/CD pipeline for your enterprise mobile app after App Center retirement.

Frequently Asked Questions about mobile-azure-deployment

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

FAQPage Schema
How do I replace App Center for mobile CI/CD?

App Center build and distribution retired March 31, 2025. Replace builds with Azure DevOps Pipelines or GitHub Actions plus Fastlane, store signing certificates in Azure Key Vault, and distribute via TestFlight, Play Internal Testing, or Intune LOB apps.

What is the difference between Intune MDM and MAM-WE?

MDM manages the entire device, while MAM-WE (MAM without enrollment) applies App Protection Policies only to corporate app data on unmanaged BYOD devices. MAM-WE requires Conditional Access policies that mandate an app-protection policy.

Does the Intune App SDK support React Native?

The Intune App SDK officially supports native Android, iOS, .NET, and MAUI only. React Native integration is unsupported and at your own risk, so validate the approach with Microsoft before committing.

How does Cosmos DB handle offline sync conflicts for mobile apps?

Cosmos DB's change feed returns full documents, forming the basis for offline sync. Conflicts resolve via last-writer-wins on the _ts field by default, or a custom merge stored procedure on the NoSQL API.

Can I still use CodePush for over-the-air updates?

CodePush continues as a standalone service after App Center's retirement, and Expo apps can use EAS Build and EAS Update instead. Both support version targeting and mandatory-update enforcement.