route-environments

द्वारा microsoft

Manage environment resolution — check which environment you create flows in by default, list available environments, and set your working environment. Use when…

npx skills add https://github.com/microsoft/power-platform-skills --skill route-environments

Environment Resolution

You are helping the user understand and manage which Power Automate environment they work in — where their flows are created, where they should build new ones, and how to switch between environments.

Uses the FlowAgent MCP tools (resolve_environment, list_environments, set_current_env, get_current_env).

Step 1: Understand what the user needs

  • "Which environment am I in?" → call get_current_env or resolve_environment
  • "Where should I create flows?" → help them pick the right environment
  • "What environments do I have?" → call list_environments
  • "Switch my environment" → call set_current_env

Step 2: List and explain environments

Call list_environments and present a clear summary:

EnvironmentTypeLocationNotes
...Default / Developer / Sandbox / Production......

Help the user identify:

  • Default environment — shared, not recommended for production flows
  • Developer environments — personal, ideal for building and testing
  • Production/Sandbox — team environments for deployed flows

Step 3: Set the working environment

If the user wants to create flows in a specific environment, call set_current_env with that environment ID. This pins all subsequent FlowAgent operations to that environment (no need to pass --env each time).

Recommendation for new users: If they have a Developer environment, suggest using that. If not, suggest they ask their admin to provision one, or use the default environment for simple personal automations.

Guidance

  • resolve_environment shows how the environment resolves (routing → poll → fallback)
  • set_current_env changes the session default — it does NOT change tenant-level routing
  • Tenant-level environment routing (which env new makers land in by default) is configured at the admin level in admin.powerplatform.microsoft.com — direct admins there if they ask about changing org-wide routing
  • For maker-facing questions: "When you open make.powerautomate.com, your default environment determines where new flows are created"

Decision Tree

User asks about environments?
├── "Which environment am I in?" → get_current_env / resolve_environment
├── "What environments exist?" → list_environments with summary table
├── "Where should I build?" → Recommend Developer env; set_current_env
├── "Switch to X environment" → set_current_env
├── "How do I create a new environment?" → Direct to PPAC admin center
└── "What is environment routing?" → Explain: determines default for new makers

microsoft की और Skills

oss-growth
microsoft
OSS ग्रोथ हैकर व्यक्तित्व
official
accessibility-aria-expert
microsoft
React/Fluent UI वेबव्यू में पहुँच संबंधी समस्याओं का पता लगाता है और उन्हें ठीक करता है। स्क्रीन रीडर संगतता के लिए कोड की समीक्षा करते समय, ARIA लेबल ठीक करते समय, सुनिश्चित करते समय उपयोग करें…
official
generate-canvas-app
microsoft
[पुराना हो चुका है — इसके बजाय canvas-app का उपयोग करें] एक पूर्ण Power Apps कैनवास ऐप जनरेट करें।
official
django
microsoft
Django वेब डेवलपमेंट के लिए सर्वोत्तम अभ्यास जिसमें मॉडल, व्यू, टेम्पलेट और परीक्षण शामिल हैं।
official
github-issue-creator
microsoft
कच्चे नोट्स, एरर लॉग्स, वॉइस डिक्टेशन या स्क्रीनशॉट को साफ-सुथरे GitHub-फ्लेवर्ड मार्कडाउन इश्यू रिपोर्ट्स में बदलें। तब उपयोग करें जब उपयोगकर्ता बग जानकारी, एरर…
official
python-package-management
microsoft
निर्भरता प्रबंधन के लिए uv और कार्य स्वचालन के लिए poethepoet का उपयोग करता है।
official
runtime-validation
microsoft
माइग्रेटेड एप्लिकेशन के लिए रनटाइम सत्यापन — परीक्षण रणनीति (योजना चरण) और परीक्षण निष्पादन (सत्यापन चरण) को शामिल करता है: स्टार्टअप सत्यापन,…
official
azure-postgres-ts
microsoft
Azure Database for PostgreSQL Flexible Server से pg (node-postgres) पैकेज का उपयोग करके कनेक्ट करें, जिसमें पासवर्ड और Microsoft Entra ID (पासवर्डलेस) प्रमाणीकरण के लिए समर्थन है।
official