Skip to content

Commit ec70aa3

Browse files
authored
Merge pull request #219846 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 c4ea9a8 + b7e7d88 commit ec70aa3

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

articles/azure-app-configuration/rest-api.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ author: maud-lv
55
ms.author: malev
66
ms.service: azure-app-configuration
77
ms.topic: reference
8-
ms.date: 08/17/2020
8+
ms.date: 11/28/2022
99
---
1010

11-
# Azure App Configuration REST API
11+
# Azure App Configuration Data Plane REST API
1212

13-
High-level documentation on the REST API for Azure App Configuration is available in the main [Azure REST documentation](/rest/api/appconfiguration/). This section contains more details for developers working with the App Configuration REST API.
14-
15-
The following reference pages are available to describe the Azure App Configuration API surface in detail.
13+
The documentation on the [control plane](/azure/azure-resource-manager/management/control-plane-and-data-plane#control-plane) REST API for Azure App Configuration is available in the [Azure REST documentation](/rest/api/appconfiguration/). The following reference pages describe the [data plane](/azure/azure-resource-manager/management/control-plane-and-data-plane#data-plane) REST API for Azure App Configuration. The data plane REST API is available at the endpoint of an App Configuration store, for example, `https://{store-name}.azconfig.io`.
1614

1715
## Resources
1816

@@ -34,4 +32,4 @@ The following reference pages are available to describe the Azure App Configurat
3432
## Development
3533

3634
- [Fiddler](./rest-api-fiddler.md)
37-
- [Postman](./rest-api-postman.md)
35+
- [Postman](./rest-api-postman.md)

articles/azure-web-pubsub/reference-functions-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static void Run(
8585
string data,
8686
WebPubSubDataType dataType)
8787
{
88-
Console.WriteLine($"Request from: {context.userId}");
88+
Console.WriteLine($"Request from: {context.UserId}");
8989
Console.WriteLine($"Request message data: {data}");
9090
Console.WriteLine($"Request message dataType: {dataType}");
9191
}

articles/deployment-environments/quickstart-create-access-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
9797

9898
```azurecli
9999
az devcenter dev environment create --dev-center-name <devcenter-name>
100-
--project-name <project-name> -n <name> --environment-type <environment-type-name>
100+
--project-name <project-name> --environment-type <environment-type-name>
101101
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
102102
```
103103

articles/kubernetes-fleet/architectural-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Fleet supports joining the following types of existing AKS clusters as member cl
2727

2828
During preview, you can join up to 20 AKS clusters as member clusters to the same fleet resource.
2929

30-
Once a cluster is joined to a fleet resource, a MemeberCluster custom resource is created on the fleet.
30+
Once a cluster is joined to a fleet resource, a MemberCluster custom resource is created on the fleet.
3131

3232
The member clusters can be viewed by running the following command:
3333

articles/machine-learning/how-to-create-data-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ When you create a data asset in Azure Machine Learning, you'll need to specify a
6767
## Data asset types
6868
- [**URIs**](#Create a `uri_folder` data asset) - A **U**niform **R**esource **I**dentifier that is a reference to a storage location on your local computer or in the cloud that makes it easy to access data in your jobs. Azure Machine Learning distinguishes two types of URIs:`uri_file` and `uri_folder`.
6969

70-
- [**MLTable**](#Create a `mltable` data asset) - `MLTable` helps you to abstract the schema definition for tabular data so it is more suitable for complex/changing schema or to be used in AutoML. If you just want to create a data asset for a job or you want to write your own parsing logic in python you could use `uri_file`, `uri_folder`.
70+
- [**MLTable**](#Create a `mltable` data asset) - `MLTable` helps you to abstract the schema definition for tabular data so it is more suitable for complex/changing schema or to be used in AutoML. If you just want to create a data asset for a job or you want to write your own parsing logic in Python you could use `uri_file`, `uri_folder`.
7171

7272
The ideal scenarios to use `mltable` are:
7373
- The schema of your data is complex and/or changes frequently.

articles/purview/concept-best-practices-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Here are some best practices:
8585

8686
When you're scanning a data source in Microsoft Purview, you need to provide a credential. Microsoft Purview can then read the metadata of the assets by using the Azure integration runtime in the destination data source. When you're using a public network, authentication options and requirements vary based on the following factors:
8787

88-
- **Data source type**. For example, if the data source is Azure SQL Database, you need to use SQL authentication with db_datareader access to each database. This can be a user-managed identity or a Microsoft Purview managed identity. Or it can be a service principal in Azure Active Directory added to SQL Database as db_datareader.
88+
- **Data source type**. For example, if the data source is Azure SQL Database, you need to use a login with db_datareader access to each database. This can be a user-managed identity or a Microsoft Purview managed identity. Or it can be a service principal in Azure Active Directory added to SQL Database as db_datareader.
8989

9090
If the data source is Azure Blob Storage, you can use a Microsoft Purview managed identity, or a service principal in Azure Active Directory added as a Blob Storage Data Reader role on the Azure storage account. Or use the storage account's key.
9191

articles/spring-apps/how-to-dump-jvm-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use the following `--jvm-options` parameter to generate GC logs. For more inform
5353
Use the following `--jvm-options` parameter to generate a JFR file. For more information, see the official JVM documentation.
5454

5555
```azurecli
56-
--jvm-options="-XX:StartFlightRecording=dumponexit=true,dumponexitpath=<path-to-JFR-file>"
56+
--jvm-options="-XX:StartFlightRecording=dumponexit=true,filename=<path-to-JFR-file>"
5757
```
5858

5959
## Configure the path for generated files

0 commit comments

Comments
 (0)