Skills azure-maps-search-dotnet
๐Ÿ“ฆ

azure-maps-search-dotnet

Content revision r2 Safe โš™๏ธ External commands๐ŸŒ Network access

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.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 77 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
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.

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

Safe
v5 โ€ข 7/23/2026 Open versioned report

All 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.

1
Files scanned
504
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
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.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-azure-maps-search-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-azure-maps-search-dotnet/security.svg)](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/5

BibTeX 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: High
55
Architecture
85
Maintainability
87
Content
69
Community
78
Spec Compliance

What 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

Set Up Authentication
Show how to configure Azure Maps Search in a .NET project using Microsoft Entra ID. Include required packages, settings, and validation steps.
Create a Geocoding Flow
Design a C# workflow that geocodes an address and checks result confidence. Explain error handling for invalid input, authentication failure, and rate limits.
Build a Route Matrix
Plan a .NET route matrix for these origins and destinations: [locations]. Choose synchronous or asynchronous processing and explain the service limits.
Review a Production Architecture
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?
No. It provides documentation and examples that you adapt and run in your own .NET environment.
Which authentication method should production applications use?
Use Microsoft Entra ID with managed identity or another appropriate default Azure credential when your environment supports it.
Can I use an Azure Maps subscription key?
Yes. Store it in a protected configuration source and rotate it according to your security policy.
Are the listed SDK versions stable?
Several listed packages are prerelease versions. Verify package versions and API signatures against current Microsoft documentation.
Which Azure Maps workflows are covered?
The guidance covers search, routing, rendering, IP geolocation, weather, authentication, and basic request error handling.
What should I validate before deployment?
Validate SDK compatibility, coordinate order, quotas, retries, regional availability, pricing, privacy obligations, and credential permissions.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526

Maintenance freshness

7/26/2026

Usage

6 downloads ยท 100 views

File structure

๐Ÿ“„ SKILL.md