Skip to content

Commit 77c2531

Browse files
authored
Merge pull request #196375 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 8ecc3ae + 8ac7425 commit 77c2531

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/logs/log-powerbi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A dataflow is a type of "cloud ETL" designed to help you collect and prep your d
5353

5454
## Incremental refresh
5555

56-
Both Power BI datasets and Power BI dataflows have an incremental refresh option. Power BI dataflows and Power BI datasets support this feature, but you need Power BI Premium to use it.
56+
Both Power BI datasets and Power BI dataflows have an incremental refresh option. Power BI dataflows and Power BI datasets support this feature. To use incremental refresh on dataflows, you need Power BI Premium.
5757

5858

5959
Incremental refresh runs small queries and updates smaller amounts of data per run instead of ingesting all of the data again and again when you run the query. You have the option to save large amounts of data, but add a new increment of data every time the query is run. This behavior is ideal for longer running reports.
@@ -76,4 +76,4 @@ Additional information can be found in [Integrate Log Analytics and Excel](log-e
7676

7777
## Next steps
7878

79-
Get started with [Log Analytics queries](./log-query-overview.md).
79+
Get started with [Log Analytics queries](./log-query-overview.md).

articles/storage/blobs/blob-upload-function-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You may need to wait a few moments for Azure to provision these resources.
9898
After the commands complete, we also need to retrieve the connection string for the storage account. The connection string will be used later to connect our Azure Function to the storage account.
9999

100100
```azurecli-interactive
101-
az storage account show-connection-string -g msdocs-storage-function -n msdocsstoragefunction
101+
az storage account show-connection-string -g msdocs-storage-function -n msdocsstorageaccount
102102
```
103103

104104
Copy the value of the `connectionString` property and paste it somewhere to use for later. You'll also want to make a note of the storage account name `msdocsstoragefunction` for later as well.

0 commit comments

Comments
 (0)