Skip to content

Commit 2a75dc7

Browse files
authored
Merge pull request #197536 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 2cff830 + f5df7cf commit 2a75dc7

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

articles/active-directory/develop/quickstart-configure-app-expose-web-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For example, if your web API's application ID URI is `https://contoso.com/api` a
103103

104104
## Using the exposed scopes
105105

106-
In the next article in the series, you configure a client app's registration with access to your web API and the scopes you defined by following the steps this article.
106+
In the next article in the series, you configure a client app's registration with access to your web API and the scopes you defined by following the steps in this article.
107107

108108
Once a client app registration is granted permission to access your web API, the client can be issued an OAuth 2.0 access token by the Microsoft identity platform. When the client calls the web API, it presents an access token whose scope (`scp`) claim is set to the permissions you've specified in the client's app registration.
109109

articles/active-directory/saas-apps/hubble-tutorial.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ In this tutorial, you'll learn how to integrate Hubble with Azure Active Directo
2020

2121
* Control in Azure AD who has access to Hubble.
2222
* Enable your users to be automatically signed-in to Hubble with their Azure AD accounts.
23-
* Manage your accounts in one central location - the Azure portal.
2423

2524
## Prerequisites
2625

@@ -87,10 +86,6 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
8786

8887
![The Certificate download link](common/metadataxml.png)
8988

90-
1. On the **Set up Hubble** section, copy the appropriate URL(s) based on your requirement.
91-
92-
![Copy configuration URLs](common/copy-configuration-urls.png)
93-
9489
### Create an Azure AD test user
9590

9691
In this section, you'll create a test user in the Azure portal called B.Simon.
@@ -117,7 +112,7 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
117112

118113
## Configure Hubble SSO
119114

120-
To configure single sign-on on **Hubble** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from Azure portal to [Hubble support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
115+
To configure single sign-on on **Hubble** side, you need to upload the downloaded **Federation Metadata XML** to the configuration page on Hubble.
121116

122117
### Create Hubble test user
123118

articles/azure-arc/data/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For complete release version information, see [Version log](version-log.md).
157157
- Set `--readable-secondaries` to any value between 0 and the number of replicas minus 1.
158158
- `--readable-secondaries` only applies to Business Critical tier.
159159
- Automatic backups are taken on the primary instance in a Business Critical service tier when there are multiple replicas. When a failover happens, backups move to the new primary.
160-
- RWX capable storage class is required for backups, for both General Purpose and Business Critical service tiers.
160+
- [ReadWriteMany (RWX) capable storage class](/azure/aks/concepts-storage#azure-disks) is required for backups, for both General Purpose and Business Critical service tiers. Specifying a non-ReadWriteMany storage class will cause the SQL Managed Instance to be stuck in "Pending" status during deployment.
161161
- Billing support when using multiple read replicas.
162162

163163
For additional information about service tiers, see [High Availability with Azure Arc-enabled SQL Managed Instance (preview)](managed-instance-high-availability.md).

articles/azure-percept/azureeyemodule-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Azure Percept Workload enables several features that end users can take adva
3131
- A retraining loop for grabbing images from the device periodically, retraining the model in the cloud, and then pushing the newly trained model back down to the device. Using the device's ability to update and swap models on the fly.
3232

3333
## AI workload details
34-
The Workload application is open-sourced in the Azure Percept Advanced Development [github repository](https://github.com/microsoft/azure-percept-advanced-development/tree/main/azureeyemodule/app) and is made up of many small C++ modules, with some of the more important being:
34+
The Workload application is open-sourced in the Azure Percept Advanced Development [GitHub repository](https://github.com/microsoft/azure-percept-advanced-development/tree/main/azureeyemodule/app) and is made up of many small C++ modules, with some of the more important being:
3535
- [main.cpp](https://github.com/microsoft/azure-percept-advanced-development/blob/main/azureeyemodule/app/main.cpp): Sets up everything and then runs the main loop.
3636
- [iot](https://github.com/microsoft/azure-percept-advanced-development/tree/main/azureeyemodule/app/iot): This folder contains modules that handle incoming and outgoing messages from the Azure IoT Edge Hub, and the twin update method.
3737
- [model](https://github.com/microsoft/azure-percept-advanced-development/tree/main/azureeyemodule/app/model): This folder contains modules for a class hierarchy of computer vision models.

articles/dms/resource-custom-roles-sql-db-managed-instance-ads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The AssignableScopes section of the role definition json string allows you to co
6969
}
7070
}
7171
```
72-
You can use either the Azure portal, AZ PowerShell, Azure CLI or Azure Rest API to create the roles.
72+
You can use either the Azure portal, AZ PowerShell, Azure CLI or Azure REST API to create the roles.
7373

7474
For more information, see the articles [Create custom roles using the Azure portal](../role-based-access-control/custom-roles-portal.md) and [Azure custom roles](../role-based-access-control/custom-roles.md).
7575

articles/dms/resource-custom-roles-sql-db-virtual-machine-ads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The AssignableScopes section of the role definition json string allows you to co
6666
}
6767
}
6868
```
69-
You can use either the Azure portal, AZ PowerShell, Azure CLI or Azure Rest API to create the roles.
69+
You can use either the Azure portal, AZ PowerShell, Azure CLI or Azure REST API to create the roles.
7070

7171
For more information, see the articles [Create custom roles using the Azure portal](../role-based-access-control/custom-roles-portal.md) and [Azure custom roles](../role-based-access-control/custom-roles.md).
7272

articles/machine-learning/how-to-use-event-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Azure Machine Learning provides events in the various points of machine learning
4545
| `Microsoft.MachineLearningServices.ModelRegistered` | Raised when a machine learning model is registered in the workspace |
4646
| `Microsoft.MachineLearningServices.ModelDeployed` | Raised when a deployment of inference service with one or more models is completed |
4747
| `Microsoft.MachineLearningServices.DatasetDriftDetected` | Raised when a data drift detection job for two datasets is completed |
48-
| `Microsoft.MachineLearningServices.RunStatusChanged` | Raised when a run status changed, currently only raised when a run status is 'failed' |
48+
| `Microsoft.MachineLearningServices.RunStatusChanged` | Raised when a run status is changed |
4949

5050
### Filter & subscribe to events
5151

articles/mysql/single-server-whats-new.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Azure Database for MySQL is a relational database service in the Microsoft cloud
1717

1818
This article summarizes new releases and features in Azure Database for MySQL - Single Server beginning in January 2021. Listings appear in reverse chronological order, with the most recent updates first.
1919

20+
## May 2022
21+
22+
Enabled the ability to change the server parameter innodb_ft_server_stopword_table from Portal/CLI.
23+
Users can now change the value of the innodb_ft_server_stopword_table parameter using the Azure portal and CLI. This parameter helps to configure your own InnoDB FULLTEXT index stopword list for all InnoDB tables. For more information, see [innodb_ft_server_stopword_table](https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_ft_server_stopword_table).
24+
2025
## March 2022
2126

2227
This release of Azure Database for MySQL - Single Server includes the following updates.

articles/security/develop/threat-modeling-tool-input-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ In the preceding code example, the input value cannot be longer than 11 characte
415415
| **Applicable Technologies** | Generic |
416416
| **Attributes** | N/A |
417417
| **References** | N/A |
418-
| **Steps** | Many javascript functions don't do encoding by default. When assigning untrusted input to DOM elements via such functions, may result in cross site script (XSS) executions.|
418+
| **Steps** | Many JavaScript functions don't do encoding by default. When assigning untrusted input to DOM elements via such functions, may result in cross site script (XSS) executions.|
419419

420420
### Example
421421
Following are insecure examples:

articles/service-fabric/faq-managed-cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sections:
4848
- question: |
4949
Where can I see planned features or suggest one?
5050
answer: |
51-
Please see our github project for [managed clusters](https://github.com/microsoft/service-fabric/projects/17)
51+
Please see our GitHub project for [managed clusters](https://github.com/microsoft/service-fabric/projects/17)
5252
5353
- name: Cluster Deployment and Management
5454
questions:

0 commit comments

Comments
 (0)