azure-maps-search-dotnet
Build Azure Maps Workflows in .NET
Building Azure Maps features in .NET requires choosing several prerelease SDKs and authentication patterns. This skill provides focused examples for search, routing, rendering, geolocation, weather, and error handling.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-maps-search-dotnet" from https://skillstore.io/skills/sickn33-azure-maps-search-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-maps-search-dotnet/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "azure-maps-search-dotnet". Plan a secure .NET address search using Microsoft Entra ID.
Expected outcome:
- Recommended authentication: use the default Azure credential with the Azure Maps client identifier.
- Flow: create the search client, submit the address, and inspect confidence before storing coordinates.
- Checks: handle authentication failures, rate limits, ambiguous results, and missing coordinates.
Using "azure-maps-search-dotnet". Choose a route matrix approach for 40 origins and 12 destinations.
Expected outcome:
- The request contains 480 route combinations.
- Use the asynchronous matrix operation because the synchronous workflow supports at most 100 combinations.
- Add polling limits, partial-result handling, retries, and quota monitoring.
Using "azure-maps-search-dotnet". Outline a map tile download workflow for a location dashboard.
Expected outcome:
- Convert longitude and latitude into a tile index using the chosen zoom and tile size.
- Request the required imagery tile and stream the response to controlled storage.
- Cache stable tiles and retain the required copyright information.
Security Audit
SafeAll 80 static alerts are false positives caused by Markdown formatting, fixed package commands, official reference URLs, and a benign C# comment. The documentation contains no executable payload, prompt injection, command substitution, suspicious endpoint, or semantic security issue.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (5)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-azure-maps-search-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-azure-maps-search-dotnet?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-azure-maps-search-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-maps-search-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-azure-maps-search-dotnet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). azure-maps-search-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-maps-search-dotnet/audits/5BibTeX citation
@techreport{sickn33-sickn33-azure-maps-search-dotnet-2026,
author = {sickn33},
title = {azure-maps-search-dotnet security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-maps-search-dotnet/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-maps-search-dotnet security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-maps-search-dotnet/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-maps-search-dotnet:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Add Address Search
Create a .NET address lookup flow with confidence checks and reverse geocoding.
Plan Delivery Routes
Design directions and route-matrix requests for multiple origins and destinations.
Build Location Dashboards
Combine map tiles, IP country lookup, and weather data for operational views.
Try These Prompts
Show how to configure Azure Maps Search in a .NET project using Microsoft Entra ID. Include required packages, settings, and validation steps.
Design a C# workflow that geocodes an address and checks result confidence. Explain error handling for invalid input, authentication failure, and rate limits.
Plan a .NET route matrix for these origins and destinations: [locations]. Choose synchronous or asynchronous processing and explain the service limits.
Review this Azure Maps .NET design: [design]. Recommend authentication, caching, retries, privacy controls, monitoring, quota management, and tests for each workflow.
Best Practices
- Prefer Microsoft Entra ID for production and keep subscription keys outside source control.
- Batch requests when appropriate, cache stable results, and apply bounded exponential backoff for rate limits.
- Validate coordinate order, user input, service limits, response confidence, and regional availability before using results.
Avoid
- Do not embed subscription keys, shared access signatures, or client secrets in code or prompts.
- Do not use synchronous route matrices above documented combination limits.
- Do not treat sample code as production-ready without testing current SDK versions, quotas, failure modes, and privacy requirements.
Frequently Asked Questions
Does this skill run Azure Maps commands?
Which authentication method should production applications use?
Can I use an Azure Maps subscription key?
Are the listed SDK versions stable?
Which Azure Maps workflows are covered?
What should I validate before deployment?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-maps-search-dotnetRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
6 downloads ยท 100 views
File structure
๐ SKILL.md