Skip to content

Commit 2df6e63

Browse files
committed
Revise FAQ #1
1 parent 8457cf9 commit 2df6e63

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/cosmos-db/notebooks-faq.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,16 @@ sections:
4444
answer: |
4545
The feature is only available in certain Azure Cosmos DB SQL, Gremlin, Table, MongoDB, or Cassandra API accounts that are part of the existing flight.
4646
- question: |
47-
Are there any Azure Cosmos DB features that are incompatible with the Jupyter Notebooks feature?
47+
Are there any Azure Cosmos DB features that are incompatible with the notebook feature?
4848
answer: |
4949
Azure Cosmos DB accounts connected to a Virtual Network, using Private Link, or with certain IP firewall rules won't be able to use the notebook feature.
5050
5151
> [!TIP]
5252
> If your networking configuration is incompatible with the notebooks feature, the notebooks icon will be disabled in the Data Explorer.
53+
- question: |
54+
Do I need any special role-based access control permissions to use the notebook feature?
55+
answer: |
56+
Your account must have the **list keys** permission (`Microsoft.DocumentDB/databaseAccounts/listKeys/*`) to use notebooks. For more information about the role-based access control operations, see [Azure Cosmos DB resource provider operations](../role-based-access-control/resource-provider-operations.md#microsoftdocumentdb).
5357
- question: |
5458
Where can I learn more about the notebook feature in Azure Cosmos DB?
5559
answer: |
@@ -63,7 +67,10 @@ sections:
6367
- question: |
6468
How are notebooks stored after I'm done using them?
6569
answer: |
66-
Notebooks are temporary on-demand compute instances that are spun-up in real time as you need them. Notebooks exist in a temporary workspace and are NOT saved by default. If a notebook is left idle for too long, it will be automatically disposed.
70+
Notebooks are temporary on-demand compute instances that are spun-up in real time as you need them. Notebooks exist in a temporary workspace and are NOT saved when the workspace has expired. If a notebook is left idle for too long, it will be automatically disposed.
71+
72+
> [!NOTE]
73+
> Currently, temporary workspaces will be de-allocated if left idle for 20 minutes. The maximum amount of usage time per day is 60 minutes. These limits are subject to change in the future.
6774
- question: |
6875
How can I save my notebooks between sessions?
6976
answer: |

0 commit comments

Comments
 (0)