Azure Smart City IoT Solution Builder
Use this skill to rebuild and standardize a complete workflow for Azure IoT and Smart City solutions.
When to use it
Use this skill when the user asks for things like:
- "I want to build an IoT solution on Azure"
- "Smart City architecture for traffic, lighting, or waste"
- "How do I connect devices, analytics, and alerts?"
- "I need a roadmap and backlog for an urban platform"
Objectives
- Convert a high-level idea into a deployable architecture.
- Reuse existing Azure-focused skills whenever possible.
- Produce concrete artifacts the team can implement.
Workflow
0) Mandatory documentation review (before any architecture)
Before proposing architecture or technology decisions that involve edge computing, review Azure IoT Edge documentation first:
Minimum pages to review:
- What is Azure IoT Edge
- Runtime architecture
- Supported systems
- Version history/release notes
- Relevant Linux/Windows quickstarts for the scenario
If documentation cannot be consulted, state this explicitly and continue with clearly marked assumptions.
1) Scope and constraints
Collect and confirm:
- City domain: mobility, parking, air quality, water, energy, public safety, waste, etc.
- Scale: number of devices, telemetry frequency, retention, regions.
- Latency and availability objectives.
- Regulatory and privacy constraints.
- Existing systems to integrate (SCADA, GIS, ERP, ticketing, APIs).
2) Capability map
Split the platform into layers:
- Device and edge: onboarding, identity, firmware, OTA, edge processing.
- Ingestion and messaging: command and control, event routing, buffering.
- Data and analytics: hot path vs cold path, dashboards, historical analysis.
- Operations: observability, incident flow, SLOs.
- Governance: RBAC, secrets, policies, network isolation.
3) Azure service selection (reference)
- Device connectivity: Azure IoT Hub, Azure IoT Operations, IoT Edge.
- Event streaming: Event Hubs, Service Bus, Event Grid.
- Storage: Blob Storage, Data Lake, Cosmos DB, SQL.
- Analytics: Azure Data Explorer, Stream Analytics, Fabric/Synapse.
- APIs and applications: API Management, App Service, Container Apps, Functions.
- Monitoring: Azure Monitor, Application Insights, Log Analytics.
- Security: Key Vault, Defender for IoT, Private Endpoints, Managed Identity.
4) Non-functional design
Define and document:
- Reliability model (zones/regions, retries, dead-letter handling, replay).
- Security controls (zero trust, encryption, secret rotation, least privilege).
- Cost controls (retention tiers, rightsizing, autoscaling, workload scheduling).
- Data lifecycle (raw, curated, aggregated, archived).
5) Delivery plan
Create a phased execution:
- Phase 1: Pilot district or single use case.
- Phase 2: Multi-domain integration.
- Phase 3: City-scale rollout and optimization.
For each phase, include:
- Exit criteria
- Dependencies
- Risks and mitigations
- KPI set
Reuse other skills first
There are two sources of skills:
- Runtime-provided skills (external to this repository): only available when the Copilot host environment exposes them.
- Local repository skills (this repository): available as local files under
skills/.
Runtime-provided Azure skills (optional)
If they are available in the execution environment, delegate to these specialized skills for deeper guidance:
azure-kubernetes
azure-messaging
azure-observability
azure-storage
azure-rbac
azure-cost
azure-validate
azure-deploy
Local repository alternatives (use in this repo)
When runtime skills are not available, prioritize existing local skills in this repository:
azure-architecture-autopilot for architecture generation and refinement.
azure-resource-visualizer for resource relationship diagrams.
azure-role-selector for role selection guidance.
az-cost-optimize and azure-pricing for cost and pricing analysis.
azure-deployment-preflight for pre-deployment checks.
appinsights-instrumentation for telemetry instrumentation patterns.
If no specialized skill is available, continue with this skill and keep assumptions explicit.
Required output artifacts
Always provide these outputs:
- Smart City solution summary (scope, assumptions, constraints).
- Reference architecture (components and data flow).
- Security and governance checklist.
- Cost and scaling strategy.
- Phased implementation backlog (epics and milestones).
Output template
Use references/smart-city-solution-template.md to standardize outputs for each scenario, with this response structure:
- Context and objectives
- Proposed architecture
- Technology decisions and trade-offs
- Security, operations, and cost controls
- Phased implementation plan
- Risks and open questions
Guidelines
- Do not jump to deployment before validating prerequisites.
- Do not recommend single-region production for critical city workloads.
- Do not omit operational ownership (who handles incidents, SLAs, change windows).
- Clearly separate assumptions from confirmed facts.
1---2name: azure-smart-city-iot-solution-builder3description: Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete implementation artifacts.4---5
6# Azure Smart City IoT Solution Builder
7
8Use this skill to rebuild and standardize a complete workflow for Azure IoT and Smart City solutions.
9
10## When to use it
11
12Use this skill when the user asks for things like:
13
14- "I want to build an IoT solution on Azure"
15- "Smart City architecture for traffic, lighting, or waste"
16- "How do I connect devices, analytics, and alerts?"
17- "I need a roadmap and backlog for an urban platform"
18
19## Objectives
20
21- Convert a high-level idea into a deployable architecture.
22- Reuse existing Azure-focused skills whenever possible.
23- Produce concrete artifacts the team can implement.
24
25## Workflow
26
27### 0) Mandatory documentation review (before any architecture)
28
29Before proposing architecture or technology decisions that involve edge computing, review Azure IoT Edge documentation first:
30
31- https://learn.microsoft.com/azure/iot-edge/
32
33Minimum pages to review:
34
35- What is Azure IoT Edge
36- Runtime architecture
37- Supported systems
38- Version history/release notes
39- Relevant Linux/Windows quickstarts for the scenario
40
41If documentation cannot be consulted, state this explicitly and continue with clearly marked assumptions.
42
43### 1) Scope and constraints
44
45Collect and confirm:
46
47- City domain: mobility, parking, air quality, water, energy, public safety, waste, etc.
48- Scale: number of devices, telemetry frequency, retention, regions.
49- Latency and availability objectives.
50- Regulatory and privacy constraints.
51- Existing systems to integrate (SCADA, GIS, ERP, ticketing, APIs).
52
53### 2) Capability map
54
55Split the platform into layers:
56
57- Device and edge: onboarding, identity, firmware, OTA, edge processing.
58- Ingestion and messaging: command and control, event routing, buffering.
59- Data and analytics: hot path vs cold path, dashboards, historical analysis.
60- Operations: observability, incident flow, SLOs.
61- Governance: RBAC, secrets, policies, network isolation.
62
63### 3) Azure service selection (reference)
64
65- Device connectivity: Azure IoT Hub, Azure IoT Operations, IoT Edge.
66- Event streaming: Event Hubs, Service Bus, Event Grid.
67- Storage: Blob Storage, Data Lake, Cosmos DB, SQL.
68- Analytics: Azure Data Explorer, Stream Analytics, Fabric/Synapse.
69- APIs and applications: API Management, App Service, Container Apps, Functions.
70- Monitoring: Azure Monitor, Application Insights, Log Analytics.
71- Security: Key Vault, Defender for IoT, Private Endpoints, Managed Identity.
72
73### 4) Non-functional design
74
75Define and document:
76
77- Reliability model (zones/regions, retries, dead-letter handling, replay).
78- Security controls (zero trust, encryption, secret rotation, least privilege).
79- Cost controls (retention tiers, rightsizing, autoscaling, workload scheduling).
80- Data lifecycle (raw, curated, aggregated, archived).
81
82### 5) Delivery plan
83
84Create a phased execution:
85
86- Phase 1: Pilot district or single use case.
87- Phase 2: Multi-domain integration.
88- Phase 3: City-scale rollout and optimization.
89
90For each phase, include:
91
92- Exit criteria
93- Dependencies
94- Risks and mitigations
95- KPI set
96
97## Reuse other skills first
98
99There are two sources of skills:
100
101- Runtime-provided skills (external to this repository): only available when the Copilot host environment exposes them.
102- Local repository skills (this repository): available as local files under `skills/`.
103
104### Runtime-provided Azure skills (optional)
105
106If they are available in the execution environment, delegate to these specialized skills for deeper guidance:
107
108- `azure-kubernetes`
109- `azure-messaging`
110- `azure-observability`
111- `azure-storage`
112- `azure-rbac`
113- `azure-cost`
114- `azure-validate`
115- `azure-deploy`
116
117### Local repository alternatives (use in this repo)
118
119When runtime skills are not available, prioritize existing local skills in this repository:
120
121- `azure-architecture-autopilot` for architecture generation and refinement.
122- `azure-resource-visualizer` for resource relationship diagrams.
123- `azure-role-selector` for role selection guidance.
124- `az-cost-optimize` and `azure-pricing` for cost and pricing analysis.
125- `azure-deployment-preflight` for pre-deployment checks.
126- `appinsights-instrumentation` for telemetry instrumentation patterns.
127
128If no specialized skill is available, continue with this skill and keep assumptions explicit.
129
130## Required output artifacts
131
132Always provide these outputs:
133
1341. Smart City solution summary (scope, assumptions, constraints).
1352. Reference architecture (components and data flow).
1363. Security and governance checklist.
1374. Cost and scaling strategy.
1385. Phased implementation backlog (epics and milestones).
139
140## Output template
141
142Use `references/smart-city-solution-template.md` to standardize outputs for each scenario, with this response structure:
143
1441. Context and objectives
1452. Proposed architecture
1463. Technology decisions and trade-offs
1474. Security, operations, and cost controls
1485. Phased implementation plan
1496. Risks and open questions
150
151## Guidelines
152
153- Do not jump to deployment before validating prerequisites.
154- Do not recommend single-region production for critical city workloads.
155- Do not omit operational ownership (who handles incidents, SLAs, change windows).
156- Clearly separate assumptions from confirmed facts.