You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Sign in to the[Azure portal](https://portal.azure.com).
58
58
59
59
1. Open the **Monitor** tab from the left-hand navigation and then select the **Logs** pane. It opens a UI where you can easily run queries with that specific account in scope. Run the following query to view control plane logs:
Copy file name to clipboardExpand all lines: articles/cosmos-db/cassandra/migrate-data-striim.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This article shows how to use Striim to migrate data from an **Oracle database**
26
26
27
27
## Deploy the Striim marketplace solution
28
28
29
-
1. Sign into the [Azure portal](https://portal.azure.com/).
29
+
1. Sign in to the [Azure portal](https://portal.azure.com).
30
30
31
31
1. Select **Create a resource** and search for **Striim** in the Azure marketplace. Select the first option and **Create**.
32
32
@@ -75,7 +75,7 @@ In this section, you will configure the Azure Cosmos DB for Apache Cassandra acc
75
75
76
76
:::image type="content" source="media/migrate-data-striim/get-ssh-url.png" alt-text="Get the SSH URL":::
77
77
78
-
1. Open a new terminal window and run the SSH command you copied from the Azure portal. This article uses terminal in a MacOS, you can follow the similar instructions using an SSH client on a Windows machine. When prompted, type **yes** to continue and enter the **password** you have set for the virtual machine in the previous step.
78
+
1. Open a new terminal window and run the SSH command you copied from the Azure portal. This article uses terminal in a macOS, you can follow the similar instructions using an SSH client on a Windows machine. When prompted, type **yes** to continue and enter the **password** you have set for the virtual machine in the previous step.
79
79
80
80
:::image type="content" source="media/migrate-data-striim/striim-vm-connect.png" alt-text="Connect to Striim VM":::
Copy file name to clipboardExpand all lines: articles/cosmos-db/continuous-backup-restore-permissions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Scope is a set of resources that have access, to learn more on scopes, see the [
23
23
24
24
To perform a restore, a user or a principal need the permission to restore (that is *restore/action* permission), and permission to provision a new account (that is *write* permission). To grant these permissions, the owner of the subscription can assign the `CosmosRestoreOperator` and `Cosmos DB Operator` built in roles to a principal.
25
25
26
-
1. Sign into the [Azure portal](https://portal.azure.com/) and navigate to your subscription. The `CosmosRestoreOperator` role is available at subscription level.
26
+
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your subscription. The `CosmosRestoreOperator` role is available at subscription level.
27
27
28
28
1. Select **Access control (IAM)**.
29
29
@@ -141,8 +141,8 @@ az role definition create --role-definition <JSON_Role_Definition_Path>
141
141
142
142
## Next steps
143
143
144
-
* Provision continuous backup using [Azure portal](provision-account-continuous-backup.md#provision-portal), [PowerShell](provision-account-continuous-backup.md#provision-powershell), [CLI](provision-account-continuous-backup.md#provision-cli), or [Azure Resource Manager](provision-account-continuous-backup.md#provision-arm-template).
144
+
* Provision continuous backup using the [Azure portal](provision-account-continuous-backup.md#provision-portal), [PowerShell](provision-account-continuous-backup.md#provision-powershell), [CLI](provision-account-continuous-backup.md#provision-cli), or [Azure Resource Manager](provision-account-continuous-backup.md#provision-arm-template).
145
145
*[Get the latest restorable timestamp](get-latest-restore-timestamp.md) for SQL and MongoDB accounts.
146
-
* Restore an account using [Azure portal](restore-account-continuous-backup.md#restore-account-portal), [PowerShell](restore-account-continuous-backup.md#restore-account-powershell), [CLI](restore-account-continuous-backup.md#restore-account-cli), or [Azure Resource Manager](restore-account-continuous-backup.md#restore-arm-template).
146
+
* Restore an account using the [Azure portal](restore-account-continuous-backup.md#restore-account-portal), [PowerShell](restore-account-continuous-backup.md#restore-account-powershell), [CLI](restore-account-continuous-backup.md#restore-account-cli), or [Azure Resource Manager](restore-account-continuous-backup.md#restore-arm-template).
147
147
*[Migrate to an account from periodic backup to continuous backup](migrate-continuous-backup.md).
148
148
*[Resource model of continuous backup mode](continuous-backup-restore-resource-model.md)
0 commit comments