DOC-361: Migrate localstack CLI refs to lstk in Azure docs#803
DOC-361: Migrate localstack CLI refs to lstk in Azure docs#803quetzalliwrites wants to merge 1 commit into
Conversation
Replace azlocal's start-interception/stop-interception commands with lstk az across the Azure service pages and the az integration guide. azdlocal (azd.md) and azlocal's Python SDK (python.md) are left as-is since lstk has no equivalent for either.
Deploying localstack-docs with
|
| Latest commit: |
fffaf25
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b4169f1b.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-361-migrate-all-localsta.localstack-docs.pages.dev |
mmaureenliu
left a comment
There was a problem hiding this comment.
Only one real change needed: similar to my comment on the quickstart, the az CLI doc should use the start/stop-interception as preferred mode.
I also notice there's still some lingering azlocal and azdlocal and have asked the team about them.
| @@ -16,58 +16,33 @@ This guide will show you how to use it to interact with LocalStack. | |||
| This guide is designed for users who are new to LocalStack for Azure emulator and assumes basic knowledge of how the Azure CLI works. | |||
There was a problem hiding this comment.
Similar to my comments on the Quick Start, we recommend start/stop-interception first, and use the other mode as alternative.
| lstk az start-interception | ||
| ``` | ||
|
|
||
| :::note |
There was a problem hiding this comment.
I think this note can be removed now. It served some historical clarification but is now actually more confusing.
| lstk az start-interception | ||
| ``` | ||
|
|
||
| :::note |
There was a problem hiding this comment.
Similarly I think this note can be removed. These notes were probably added to some of the earliest services when the preferred mode was switched.
Summary
azlocal start-interception/stop-interceptionwithlstk az start-interception/lstk az stop-interceptionacross all 40 Azure service pages that use the interception workflow.integrations/az.mdto thelstk azpattern (lstk setup azureonce, then prefixazcommands withlstk az), matching the getting-started quickstart already updated in DOC-360.integrations/python.md: leftazlocal's Python SDK (PythonLocalSdk) as-is sincelstkhas no Python SDK equivalent, but added a note explaining the discrepancy with theazCLI examples elsewhere.integrations/azd.md: left untouched —azdlocal(theazd/Bicep wrapper) isn't somethinglstkproxies at all.Linear: https://linear.app/localstack/issue/DOC-361/migrate-all-localstack-cli-refs-to-lstk-in-azure-docs
Test plan
astro buildcompletes successfullystarlight-links-validatorreports all internal links validazlocal/localstackCLI refs outside the two intentionally-excluded files