Skip to content

Commit 8a186c0

Browse files
authored
Merge pull request #252284 from seesharprun/cosmos-retire-emulator-articles
Retire legacy emulator articles
2 parents 6b38ba7 + 77ab803 commit 8a186c0

38 files changed

+68
-1799
lines changed

articles/cosmos-db/.openpublishing.redirection.cosmos-db.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6169,6 +6169,46 @@
61696169
"source_path_from_root": "/articles/cosmos-db/mongodb/overview.md",
61706170
"redirect_url": "/azure/cosmos-db/mongodb/introduction",
61716171
"redirect_document_id": false
6172+
},
6173+
{
6174+
"source_path_from_root": "/articles/cosmos-db/local-emulator.md",
6175+
"redirect_url": "/azure/cosmos-db/emulator",
6176+
"redirect_document_id": false
6177+
},
6178+
{
6179+
"source_path_from_root": "/articles/cosmos-db/docker-emulator-linux.md",
6180+
"redirect_url": "/azure/cosmos-db/emulator",
6181+
"redirect_document_id": false
6182+
},
6183+
{
6184+
"source_path_from_root": "/articles/cosmos-db/docker-emulator-windows.md",
6185+
"redirect_url": "/azure/cosmos-db/emulator",
6186+
"redirect_document_id": false
6187+
},
6188+
{
6189+
"source_path_from_root": "/articles/cosmos-db/docker-emulator-rest-api.md",
6190+
"redirect_url": "/azure/cosmos-db/emulator",
6191+
"redirect_document_id": false
6192+
},
6193+
{
6194+
"source_path_from_root": "/articles/cosmos-db/local-emulator-export-ssl-certificates.md",
6195+
"redirect_url": "/azure/cosmos-db/emulator",
6196+
"redirect_document_id": false
6197+
},
6198+
{
6199+
"source_path_from_root": "/articles/cosmos-db/local-emulator-release-notes.md",
6200+
"redirect_url": "/azure/cosmos-db/emulator-release-notes",
6201+
"redirect_document_id": false
6202+
},
6203+
{
6204+
"source_path_from_root": "/articles/cosmos-db/emulator-command-line-parameters.md",
6205+
"redirect_url": "/azure/cosmos-db/emulator-windows-arguments",
6206+
"redirect_document_id": false
6207+
},
6208+
{
6209+
"source_path_from_root": "/articles/cosmos-db/troubleshoot-local-emulator.md",
6210+
"redirect_url": "/azure/cosmos-db/emulator",
6211+
"redirect_document_id": false
61726212
}
61736213
]
61746214
}

articles/cosmos-db/cassandra/TOC.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -297,24 +297,6 @@
297297
href: ../how-to-develop-emulator.md?pivots=api-apache-cassandra
298298
- name: Use developer tools
299299
items:
300-
- name: Develop locally with emulator
301-
items:
302-
- name: Install and use the emulator
303-
href: ../local-emulator.md
304-
- name: Run the emulator on Docker
305-
items:
306-
- name: Run the emulator on Docker for Windows
307-
href: ../local-emulator-on-docker-windows.md
308-
- name: Export emulator certificates
309-
href: ../local-emulator-export-ssl-certificates.md
310-
- name: Emulator command-line parameters
311-
href: ../emulator-command-line-parameters.md
312-
- name: Emulator troubleshooting
313-
href: ../troubleshoot-local-emulator.md
314-
- name: Emulator release notes
315-
href: ../local-emulator-release-notes.md
316-
- name: Visual Studio Code extension
317-
href: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
318300
- name: Set up CI/CD with Azure Pipelines
319301
href: ../tutorial-setup-ci-cd.md
320302
- name: Use Azure Cosmos DB Explorer

articles/cosmos-db/cassandra/cassandra-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ sections:
201201
- question: |
202202
Can I use the new API for Cassandra SDK locally with the emulator?
203203
answer: |
204-
Yes, this is supported. You can find details on how to enable this in the [Use the Azure Cosmos DB Emulator for local development and testing](../local-emulator.md#api-for-cassandra) article.
204+
Yes, this is supported. You can find details on how to enable this in the [Use the Azure Cosmos DB Emulator for local development and testing](../emulator.md) article.
205205
206206
207207
- question: |

articles/cosmos-db/database-encryption-at-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A: All Azure Cosmos DB regions have encryption turned on for all user data.
6565
A: There is no impact or changes to the performance SLAs now that encryption at rest is enabled for all existing and new accounts. You can read more on the [SLA for Azure Cosmos DB](https://azure.microsoft.com/support/legal/sla/cosmos-db) page to see the latest guarantees.
6666

6767
### Q: Does the local emulator support encryption at rest?
68-
A: The emulator is a standalone dev/test tool and does not use the key management services that the managed Azure Cosmos DB service uses. Our recommendation is to enable BitLocker on drives where you are storing sensitive emulator test data. The [emulator supports changing the default data directory](local-emulator.md) as well as using a well-known location.
68+
A: The emulator is a standalone dev/test tool and does not use the key management services that the managed Azure Cosmos DB service uses. Our recommendation is to enable BitLocker on drives where you are storing sensitive emulator test data. The [emulator supports changing the default data directory](emulator.md) as well as using a well-known location.
6969

7070
## Next steps
7171

0 commit comments

Comments
 (0)