Skip to content

Commit 2ea316f

Browse files
authored
Merge pull request #222498 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 7224d42 + e0d0421 commit 2ea316f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ Pricing for the create resources is as follows:
344344

345345
Take the autogenerated workflow file from App Service as an example, each `git push` kicks off a new build and deployment run. From a local clone of the GitHub repository, you make the desired updates push it to GitHub. For example:
346346

347+
347348
```terminal
348349
git add .
349350
git commit -m "<some-message>"

articles/search/search-security-overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,18 @@ Currently, the only external resource that a search service writes customer data
166166

167167
### Exceptions to data residency commitments
168168

169-
Although customer data isn't stored outside of your region, object names will appear in the telemetry logs used by Microsoft Support to troubleshoot your service issues. Object names are considered customer data. Names in telemetry logs include those of indexes, indexers, data sources, skillsets, containers, and key vault store.
169+
Although customer data isn't stored outside of your region, object names (considered as customer data), will appear in the telemetry logs used by Microsoft Support to troubleshoot your service issues. Telemetry logs include names of indexes, indexers, data sources, skillsets, containers, and key vault store.
170170

171-
Object names aren't obfuscated in the telemetry logs. If possible, avoid using names that convey sensitive information.
171+
>[!IMPORTANT]
172+
>Object names aren't obfuscated in the telemetry logs. If possible, please avoid using names that convey sensitive information.
172173
173-
Telemetry logs are retained for one and a half years. During that period, support engineers might access and reference object names under these conditions:
174+
Telemetry logs are retained for one and a half years. During that period, support engineers might access and reference object names under the following conditions:
174175

175176
+ Diagnose an issue, improve a feature, or fix a bug. In this scenario, data access is internal only, with no third-party access.
176177

177178
+ Proactively suggest to the original customer a workaround or alternative. For example, "Based on your usage of the product, consider using `<feature name>` since it would perform better." In this scenario, Microsoft might expose an object name through dashboards visible to the customer.
178179

179-
Upon request, Microsoft can shorten the retention interval or remove references to specific objects in the telemetry logs. Remember that if you request data removal, the trade off is reduced ability to troubleshoot any issues related to the object in question.
180+
Upon request, Microsoft can shorten the retention interval or remove references to specific objects in the telemetry logs. Remember that if you request data removal, Microsoft won't have a full history of your service, which could impede troubleshooting of the object in question.
180181

181182
To remove references to specific objects, or to change the data retention period, [file a support ticket](/azure/azure-portal/supportability/how-to-create-azure-support-request) for your search service.
182183

articles/synapse-analytics/get-started-create-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ After your Azure Synapse workspace is created, you have two ways to open Synapse
6868
## Place sample data into the primary storage account
6969
We are going to use a small 100K row sample dataset of NYX Taxi Cab data for many examples in this getting started guide. We begin by placing it in the primary storage account you created for the workspace.
7070

71-
* Download the [NYC Taxi - green trip dataset](/open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets#additional-information) to your computer. Navigate to the [original dataset location](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page) from the above link, choose a specific year and download the Green taxi trip records in Parquet format.
71+
* Download the [NYC Taxi - green trip dataset](../open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets#additional-information) to your computer. Navigate to the [original dataset location](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page) from the above link, choose a specific year and download the Green taxi trip records in Parquet format.
7272
* Rename the downloaded file to *NYCTripSmall.parquet*.
7373
* In Synapse Studio, navigate to the **Data** Hub.
7474
* Select **Linked**.

0 commit comments

Comments
 (0)