Skip to content

Commit 8fa8dc9

Browse files
Merge pull request #309348 from zhiyuanliang-ms/zhiyuanliang/update-emulator-overview
[Azure App Configuration] - Update emulator version
2 parents 81d9101 + 8188179 commit 8fa8dc9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

articles/azure-app-configuration/emulator-overview.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: zhiyuanliang-ms
77
ms.author: zhiyuanliang
88
ms.service: azure-app-configuration
99
ms.topic: overview
10-
ms.date: 08/12/2025
10+
ms.date: 11/12/2025
1111
#Customer intent: I want to learn about how to Azure App Configuration emulator for local development.
1212
---
1313

@@ -26,8 +26,7 @@ The following table lists the features supported by the latest Azure App Configu
2626
| Web UI | Available |
2727
| Anonymous Authentication | Available |
2828
| [HMAC Authentication](./rest-api-authentication-hmac.md) | Available |
29-
| [Entra Id Authentication](./rest-api-authentication-azure-ad.md) | WIP |
30-
| .NET Aspire Integration | WIP |
29+
| .NET Aspire Integration | Available |
3130

3231
| API | Status |
3332
| ---------------------------------------------------------------- | --------- |
@@ -45,7 +44,7 @@ The following table lists the features supported by the latest Azure App Configu
4544
Use [Docker](https://hub.docker.com/) to pull the latest [App Configuration emulator image](https://mcr.microsoft.com/artifact/mar/azure-app-configuration/app-configuration-emulator/about) by using the following console command:
4645

4746
```console
48-
docker pull mcr.microsoft.com/azure-app-configuration/app-configuration-emulator:1.0.0-preview
47+
docker pull mcr.microsoft.com/azure-app-configuration/app-configuration-emulator:1.0.2
4948
```
5049

5150
### [GitHub](#tab/github)
@@ -81,7 +80,7 @@ The following command runs the App Configuration emulator Docker image. The `-p
8180
docker run -d -p 8483:8483 \
8281
-e Tenant:AnonymousAuthEnabled=true \
8382
-e Authentication:Anonymous:AnonymousUserRole=Owner \
84-
mcr.microsoft.com/azure-app-configuration/app-configuration-emulator:1.0.0-preview
83+
mcr.microsoft.com/azure-app-configuration/app-configuration-emulator:1.0.2
8584
```
8685

8786
If you want to have persisted data for the emulator, you can use a [bind mount](https://docs.docker.com/engine/storage/bind-mounts).
@@ -91,7 +90,7 @@ docker run -d -p 8483:8483 \
9190
-v "C:\aace:/app/.aace" \
9291
-e Tenant:AnonymousAuthEnabled=true \
9392
-e Authentication:Anonymous:AnonymousUserRole=Owner \
94-
mcr.microsoft.com/azure-app-configuration/app-configuration-emulator:1.0.0-preview
93+
mcr.microsoft.com/azure-app-configuration/app-configuration-emulator:1.0.2
9594
```
9695

9796
### [GitHub](#tab/github)

0 commit comments

Comments
 (0)