Skip to content

DOC-414: Add Azure Container Apps service documentation - #890

Draft
lazarkanelov wants to merge 1 commit into
mainfrom
docs/azure-container-apps
Draft

DOC-414: Add Azure Container Apps service documentation#890
lazarkanelov wants to merge 1 commit into
mainfrom
docs/azure-container-apps

Conversation

@lazarkanelov

Copy link
Copy Markdown

Summary

  • Add the Azure Container Apps service page (container-apps.mdx), following the Event Hubs page structure: Introduction, az CLI walkthrough (resource group, managed environment, container app with external HTTPS ingress, ingress invocation, secrets, revisions, manually triggered job execution, deletion), Features, Limitations, Samples, and API Coverage.
  • No coverage data changes needed: Microsoft.App.json is already populated, and the services index picks the page up automatically.

Test plan

  • astro build completes successfully (402 pages)
  • starlight-links-validator reports all internal links valid
  • Sample link verified (the guestbook sample is present on localstack-azure-samples main)

Related

Linear ID

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2cc13cb
Status: ✅  Deploy successful!
Preview URL: https://5b24e1b9.localstack-docs.pages.dev
Branch Preview URL: https://docs-azure-container-apps.localstack-docs.pages.dev

View logs

```

Start an execution of the job.
The execution runs as a real container and the command returns once it reaches a terminal state:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

job start returns as soon as the execution is accepted, so the first execution list shows Running rather than Succeeded. Verified against both targets. The output block below should say Running, with a line telling the reader to re-run until the status is terminal.

Suggested change
The execution runs as a real container and the command returns once it reaches a terminal state:
The command returns as soon as the execution is accepted, so the execution is first reported as `Running`:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants