Skip to content

add Azure Table Storage (legacy api) service doc#471

Open
HarshCasper wants to merge 5 commits intoazure-docsfrom
harshmishra/doc-88
Open

add Azure Table Storage (legacy api) service doc#471
HarshCasper wants to merge 5 commits intoazure-docsfrom
harshmishra/doc-88

Conversation

@HarshCasper
Copy link
Copy Markdown
Member

No description provided.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Feb 27, 2026

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2830397
Status: ✅  Deploy successful!
Preview URL: https://8982d5e6.localstack-docs.pages.dev
Branch Preview URL: https://harshmishra-doc-88.localstack-docs.pages.dev

View logs

Copy link
Copy Markdown

@paolosalvatori paolosalvatori left a comment

Choose a reason for hiding this comment

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

Hi @HarshCasper please review and integrate my comments, suggestions, and additions, thanks.


`azlocal stop-interception`

This reconfigures the `az` CLI to send commands to the official Azure management REST API. At this time, there is no full parity between `azlocal` and `az` commands after running `az start-interception`. Therefore, this technique is not fully interchangeable.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
This reconfigures the `az` CLI to send commands to the official Azure management REST API. At this time, there is no full parity between `azlocal` and `az` commands after running `az start-interception`. Therefore, this technique is not fully interchangeable.
This reconfigures the `az` CLI to send commands to the official Azure management REST API.

Create a resource group to contain your storage resources:

```bash
azlocal group create \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
azlocal group create \
az group create \

Create a storage account in the resource group:

```bash
azlocal storage account create \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
azlocal storage account create \
az storage account create \

...
"placement": null,
"primaryEndpoints": {
"blob": "https://sttabledemolsblob.localhost.localstack.cloud:4566",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
"blob": "https://sttabledemolsblob.localhost.localstack.cloud:4566",
"blob": "https://sttabledemols.blob.core.azure.localhost.localstack.cloud:4566",

"primaryEndpoints": {
"blob": "https://sttabledemolsblob.localhost.localstack.cloud:4566",
...
"table": "https://sttabledemolstable.localhost.localstack.cloud:4566",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
"table": "https://sttabledemolstable.localhost.localstack.cloud:4566",
"table": "https://sttabledemols.table.core.azure.localhost.localstack.cloud:4566",

Update the entity with a merge operation:

```bash
azlocal storage entity merge \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
azlocal storage entity merge \
az storage entity merge \

Delete the entity and verify the table is empty:

```bash
azlocal storage entity delete \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
azlocal storage entity delete \
az storage entity delete \

--row-key 1 \
--connection-string "$CONNECTION_STRING"

azlocal storage entity query \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
azlocal storage entity query \
az storage entity query \


## API Coverage

<AzureFeatureCoverage service="Microsoft.TableStorage" client:load />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
<AzureFeatureCoverage service="Microsoft.TableStorage" client:load />
<AzureFeatureCoverage service="Microsoft.Tables" client:load />


This guide is designed for users new to Table Storage and assumes basic knowledge of the Azure CLI and our `azlocal` wrapper script.

Start your LocalStack container using your preferred method. For more information, see [Introduction to LocalStack for Azure](/azure/getting-started/).
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
Start your LocalStack container using your preferred method. For more information, see [Introduction to LocalStack for Azure](/azure/getting-started/).
Launch LocalStack using your preferred method. For more information, see [Introduction to LocalStack for Azure](/azure/getting-started/). Once the container is running, enable Azure CLI interception by running:
```bash
azlocal start-interception
```

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