Skip to content

Commit 30c8e98

Browse files
Merge pull request #4790 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-14 17:03 UTC
2 parents 8074700 + dcf636f commit 30c8e98

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -822,18 +822,12 @@
822822
href: provision-account-continuous-backup.md?context=/azure/cosmos-db/context/context
823823
- name: Migrate to continuous backup
824824
href: migrate-continuous-backup.md?context=/azure/cosmos-db/context/context
825-
- name: Restore
826-
items:
827-
- name: Restore to a different account
828-
href: restore-account-continuous-backup.md?context=/azure/cosmos-db/context/context
829-
- name: Restore in the same account
830-
href: how-to-restore-in-account-continuous-backup.md?context=/azure/cosmos-db/context/context
831-
- name: Get the latest restorable timestamp
832-
href: get-latest-restore-timestamp.md?context=/azure/cosmos-db/context/context
833825
- name: Restore
834826
items:
835827
- name: Restore into a new account
836828
items:
829+
- name: Restore to a different account
830+
href: restore-account-continuous-backup.md?context=/azure/cosmos-db/context/context
837831
- name: Continuous backup - Resource model
838832
href: continuous-backup-restore-resource-model.md?context=/azure/cosmos-db/context/context
839833
- name: Continuous backup - FAQ
@@ -844,12 +838,16 @@
844838
href: audit-restore-continuous.md?context=/azure/cosmos-db/context/context
845839
- name: Restore in the same account
846840
items:
841+
- name: Restore in the same account
842+
href: how-to-restore-in-account-continuous-backup.md?context=/azure/cosmos-db/context/context
847843
- name: Introduction
848844
href: restore-in-account-continuous-backup-introduction.md?context=/azure/cosmos-db/context/context
849845
- name: Resource model
850846
href: restore-in-account-continuous-backup-resource-model.md?context=/azure/cosmos-db/context/context
851847
- name: FAQ
852848
href: restore-in-account-continuous-backup-frequently-asked-questions.yml?context=/azure/cosmos-db/context/context
849+
- name: Get the latest restorable timestamp
850+
href: get-latest-restore-timestamp.md?context=/azure/cosmos-db/context/context
853851
- name: Periodic backup
854852
items:
855853
- name: Introduction

articles/cosmos-db/gremlin/quickstart-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zone_pivot_groups: azure-devlang-nodejs
2222

2323
Get started with the Azure Cosmos DB for Apache Gremlin client library for Node.js to store, manage, and query unstructured data. Follow the steps in this guide to create a new account, install a Node.js client library, connect to the account, perform common operations, and query your final sample data.
2424

25-
[Library source code](https://github.com/apache/tinkerpop/tree/master/gremlin-javascript/src/main/javascript/gremlin-javascript) | [Package (npm)](https://www.npmjs.com/package/gremlin)
25+
[Library source code](https://github.com/apache/tinkerpop/tree/master/gremlin-js/gremlin-javascript) | [Package (npm)](https://www.npmjs.com/package/gremlin)
2626

2727
## Prerequisites
2828

articles/cosmos-db/how-to-setup-cross-tenant-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Deploy an ARM template with the following specific parameters:
4646
| --- | --- | --- |
4747
| `keyVaultKeyUri` | Identifier of the customer-managed key residing in the service provider's key vault. | `https://my-vault.vault.azure.com/keys/my-key` |
4848
| `identity` | Object specifying that the managed identity should be assigned to the Azure Cosmos DB account. | `"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/my-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-identity":{}}}` |
49-
| `defaultIdentity` | Combination of the resource ID of the managed identity and the application ID of the multitenant Microsoft Entra application. | `UserAssignedIdentity=/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourcegroups/my-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-identity&FederatedClientId=aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e` |
49+
| `defaultIdentity` | Combination of the resource ID of the managed identity and the application ID of the multitenant Microsoft Entra application. | `UserAssignedIdentity=/subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourcegroups/my-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-identity&FederatedClientId=aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e` |
5050

5151
Here's an example of a template segment with the three parameters configured:
5252

0 commit comments

Comments
 (0)