Draft
Conversation
Add documentation for: - NAT Gateway - Network Interface - Public IP Address - Public IP Prefix - Bastion Host - Route Table - Private Endpoint - Private DNS Zone All articles follow the standard template with Introduction, Getting Started, Features, Limitations (mock), Samples, and API Coverage sections.
Update to include Docker login/push/pull workflow, correct ARM type, and Docker-backed data plane details.
- API Management: rewrite with az apim create/delete workflow - Role Definition: new article with az role definition create/list - Role Assignment: new article with az role assignment create - Cosmos DB: new article with SQL API and MongoDB API workflows
Monitor (Microsoft.Insights): - Application Insights - Action Group - Metric Alert - Diagnostic Setting - Autoscale Setting - Data Collection Rules - Scheduled Query Rules - Web Test - Workbook Log Analytics (Microsoft.OperationalInsights): - Log Analytics Workspace
Add MS Learn overview page links to the Introduction section of all non-network articles. Each link appears after the Azure service description and before the LocalStack support statement.
- Expand descriptions in all 24 articles to 3 sentences with For more information link on the same line as the last description sentence - Replace non-canonical LocalStack footer with canonical wording: 'LocalStack for Azure provides a local environment for building and testing applications that make use of <Service Name>.' - Add stop-interception block after start-interception in all 24 articles, with explanatory text for both commands - Add full Launch LocalStack preamble to non-network articles that were missing it (16 articles) - Remove em-dashes from route-table footer (handled by footer replace)
Add ellipsis before closing } in output blocks where Azure API response was shrunk for brevity. Fixes 65 output blocks across 25 service articles. Also cleans up structural issues in cosmos-db.mdx and autoscale-setting.mdx (duplicate sections, malformed fencing).
Every code block in the 25 new service articles now has a prose sentence immediately before it describing what the command does. Previously, many blocks were preceded only by a section heading.
Deploying localstack-docs with
|
| Latest commit: |
3d544ff
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://55ec0776.localstack-docs.pages.dev |
| Branch Preview URL: | https://docs-azure-new-service-artic.localstack-docs.pages.dev |
Follow-up to the previous commit: adds explanatory sentences before code blocks that appeared consecutively within a section (e.g. show followed immediately by list, or delete followed by list to confirm). All 39 remaining bare code blocks across 19 articles now have prose.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs(azure): Add 25 new service articles with real command output
This PR adds 25 new documentation articles for LocalStack for Azure services. Each article covers a distinct Azure resource type and follows the standard article structure. All
azCLI command blocks include a real output block captured from a running LocalStack emulator, with...used to indicate properties omitted for brevity.Articles
Microsoft.Insights/actionGroupsMicrosoft.ApiManagement/servicemicrosoft.insights/componentsMicrosoft.Insights/autoscalesettingsMicrosoft.Network/bastionHostsMicrosoft.ContainerRegistry/registriesMicrosoft.DocumentDB/databaseAccountsMicrosoft.Insights/dataCollectionRulesmicrosoft.insights/diagnosticSettingsMicrosoft.Web/sitesMicrosoft.OperationalInsights/workspacesmicrosoft.insights/metricalertsmicrosoft.insights/diagnosticSettingsMicrosoft.Network/natGatewaysMicrosoft.Network/networkInterfacesMicrosoft.Network/privateDnsZonesMicrosoft.Network/privateEndpointsMicrosoft.Network/publicIPAddressesMicrosoft.Network/publicIPPrefixesMicrosoft.Authorization/roleAssignmentsMicrosoft.Authorization/roleDefinitionsMicrosoft.Network/routeTablesmicrosoft.insights/scheduledqueryrulesmicrosoft.insights/webtestsmicrosoft.insights/workbooksThis pull requests also removes the following articles which services are already covered in other articles or postponed (Azure Kubernetes Service and Azure Container Apps):
app.mdauthorization.mdazure-container-registry.mdcdn.mdcontainer-service.mdnetwork.mdoperational-insights.mdtables.mdweb.mdArticle structure
Every article contains the following sections:
azCLI commands (includingazlocal start-interception/azlocal stop-interceptionpreamble) with one real output block per command<AzureFeatureCoverage>component showing the full ARM operation coverage tableOutput block conventions
azcommand is followed by exactly one```bash title="Output"block...appears on its own line before the closing}to signal omitted properties