Skip to content

Commit 0de0387

Browse files
authored
Merge pull request #185890 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 86ae699 + 93d3fd3 commit 0de0387

11 files changed

+20
-16
lines changed

articles/active-directory/conditional-access/concept-conditional-access-cloud-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Administrators can add any Azure AD registered application to Conditional Access
126126
- Applications that use [password based single sign-on](../manage-apps/configure-password-single-sign-on-non-gallery-applications.md)
127127

128128
> [!NOTE]
129-
> Since Conditional Access policy sets the requirements for accessing a service you are not able to apply it to a client (public/native) application. Other words the policy is not set directly on a client (public/native) application, but is applied when a client calls a service. For example, a policy set on SharePoint service applies to the clients calling SharePoint. A policy set on Exchange applies to the attempt to access the email using Outlook client. That is why client (public/native) applications are not available for selection in the Cloud Apps picker and Conditional Access option is not available in the application settings for the client (public/native) application registered in your tenant.
129+
> Since Conditional Access policy sets the requirements for accessing a service you are not able to apply it to a client (public/native) application. In other words, the policy is not set directly on a client (public/native) application, but is applied when a client calls a service. For example, a policy set on SharePoint service applies to the clients calling SharePoint. A policy set on Exchange applies to the attempt to access the email using Outlook client. That is why client (public/native) applications are not available for selection in the Cloud Apps picker and Conditional Access option is not available in the application settings for the client (public/native) application registered in your tenant.
130130
131131
Some applications do not appear in the picker at all. The only way to include these applications in a Conditional Access policy is to include **All apps**.
132132

articles/active-directory/fundamentals/azure-active-directory-b2c-deployment-plans.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ Consider the sample checklist to define the user experience (UX) requirements:
223223

224224
- If you expect high UX customization such as pixel to pixel, you may need a front-end developer to help you.
225225

226+
- Azure AD B2C provides capabilities for customizing HTML and CSS, however, it has additional requirements for [JavaScript](../../active-directory-b2c/javascript-and-page-layout.md?pivots=b2c-custom-policy#guidelines-for-using-javascript).
227+
228+
- An embedded experience can be implemented [using iframe support](../../active-directory-b2c/embedded-login.md?pivots=b2c-custom-policy). For a single-page application, you'll also need a second "sign-in" HTML page that loads into the `<iframe>` element.
229+
226230
## Monitor an Azure AD B2C solution
227231

228232
This phase includes the following capabilities:

articles/api-management/configure-custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Choose the steps according to the [domain certificate](#domain-certificate-optio
141141
1. Select **+Add**, or select an existing [endpoint](#endpoints-for-custom-domains) that you want to update.
142142
1. In the window on the right, select the **Type** of endpoint for the custom domain.
143143
1. In the **Hostname** field, specify the name you want to use. For example, `api.contoso.com`.
144-
1. Under **Certificate**, select **Managed** to enable a free certificate managed by API Management. Te managed certificate is available in preview for the Gateway endpoint only.
144+
1. Under **Certificate**, select **Managed** to enable a free certificate managed by API Management. The managed certificate is available in preview for the Gateway endpoint only.
145145
1. Copy the following values and use them to [configure DNS](#dns-configuration):
146146
* **TXT record**
147147
* **CNAME record**
@@ -181,4 +181,4 @@ You can also get a domain ownership identifier by calling the [Get Domain Owners
181181

182182
## Next steps
183183

184-
[Upgrade and scale your service](upgrade-and-scale.md)
184+
[Upgrade and scale your service](upgrade-and-scale.md)

articles/azure-arc/data/postgresql-hyperscale-server-group-placement-on-kubernetes-cluster-nodes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The architecture looks like:
240240

241241
:::image type="content" source="media/migrate-postgresql-data-into-postgresql-hyperscale-server-group/5_full_list_of_pods.png" alt-text="All pods in namespace on various nodes":::
242242

243-
As described above, the coordinator nodes (Pod 1) of the Azure Arc-enabled Postgres Hyperscale server group shares the same physical resources as the third worker node (Pod 4) of the server group. That is acceptable because the coordinator node typically uses very few resources in comparison to what a worker node may be using. For this reason, carefully chose:
243+
As described above, the coordinator nodes (Pod 1) of the Azure Arc-enabled PostgreSQL Hyperscale server group shares the same physical resources as the third worker node (Pod 4) of the server group. That is acceptable because the coordinator node typically uses very few resources in comparison to what a worker node may be using. For this reason, carefully chose:
244244
- the size of the Kubernetes cluster and the characteristics of each of its physical nodes (memory, vCore)
245245
- the number of physical nodes inside the Kubernetes cluster
246246
- the applications or workloads you host on the Kubernetes cluster.
@@ -374,8 +374,8 @@ To benefit the most from the scalability and the performance of scaling Azure Ar
374374
- between all the PostgreSQL instances that constitute the Azure Arc-enabled PostgreSQL Hyperscale server group
375375

376376
You can achieve this in several ways:
377-
- Scale out both Kubernetes and Azure Arc-enabled Postgres Hyperscale: consider scaling horizontally the Kubernetes cluster the same way you are scaling the Azure Arc-enabled PostgreSQL Hyperscale server group. Add a physical node to the cluster for each worker you add to the server group.
378-
- Scale out Azure Arc-enabled Postgres Hyperscale without scaling out Kubernetes: by setting the right resource constraints (request and limits on memory and vCore) on the workloads hosted in Kubernetes (Azure Arc-enabled PostgreSQL Hyperscale included), you will enable the colocation of workloads on Kubernetes and reduce the risk of resource contention. You need to make sure that the physical characteristics of the physical nodes of the Kubernetes cluster can honor the resources constraints you define. You should also ensure that equilibrium remains as the workloads evolve over time or as more workloads are added in the Kubernetes cluster.
377+
- Scale out both Kubernetes and Azure Arc-enabled PostgreSQL Hyperscale: consider scaling horizontally the Kubernetes cluster the same way you are scaling the Azure Arc-enabled PostgreSQL Hyperscale server group. Add a physical node to the cluster for each worker you add to the server group.
378+
- Scale out Azure Arc-enabled PostgreSQL Hyperscale without scaling out Kubernetes: by setting the right resource constraints (request and limits on memory and vCore) on the workloads hosted in Kubernetes (Azure Arc-enabled PostgreSQL Hyperscale included), you will enable the colocation of workloads on Kubernetes and reduce the risk of resource contention. You need to make sure that the physical characteristics of the physical nodes of the Kubernetes cluster can honor the resources constraints you define. You should also ensure that equilibrium remains as the workloads evolve over time or as more workloads are added in the Kubernetes cluster.
379379
- Use the Kubernetes mechanisms (pod selector, affinity, anti-affinity) to influence the placement of the pods.
380380

381381
## Next steps

articles/azure-arc/data/upgrade-sql-managed-instance-indirect-kubernetes-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you can proceed with the tasks in this article you need:
2424
- To connect and authenticate to a Kubernetes cluster
2525
- An existing Kubernetes context selected
2626

27-
You need an an indirectly connected data controller with the `imageTag v1.0.0_2021-07-30` or greater.
27+
You need an indirectly connected data controller with the `imageTag v1.0.0_2021-07-30` or greater.
2828

2929
## Limitations
3030

articles/azure-sql/virtual-machines/windows/frequently-asked-questions-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ sections:
199199
- question: |
200200
Can I use the Azure portal to manage multiple instances on the same VM?
201201
answer: |
202-
No. Portal management is provided by the SQL IaaS Agent extension, which relies on the SQL Server IaaS Agent extension. As such, the same limitations apply to the extension as the extension. The portal can either only manage one default instance, or one named instance as long as its configured correctly. For more information, see [SQL Server IaaS Agent extension](sql-server-iaas-agent-extension-automate-management.md)
202+
No. Portal management is provided by the SQL IaaS Agent extension, which relies on the SQL Server IaaS Agent extension. As such, the same limitations apply to the portal as the extension. The portal can either only manage one default instance, or one named instance as long as its configured correctly. For more information, see [SQL Server IaaS Agent extension](sql-server-iaas-agent-extension-automate-management.md)
203203
204204
205205
- name: Updating and patching
@@ -413,4 +413,4 @@ additionalContent: |
413413
* [Overview of SQL Server on a Linux VM](../linux/sql-server-on-linux-vm-what-is-iaas-overview.md)
414414
* [Provision SQL Server on a Linux VM](../linux/sql-vm-create-portal-quickstart.md)
415415
* [FAQ (Linux)](../linux/frequently-asked-questions-faq.yml)
416-
* [SQL Server on Linux documentation](/sql/linux/sql-server-linux-overview)
416+
* [SQL Server on Linux documentation](/sql/linux/sql-server-linux-overview)

articles/cosmos-db/mongodb/readpreference-global-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ If you're not going to continue to use this app, delete all resources created by
168168

169169
* [Import MongoDB data into Azure Cosmos DB](../../dms/tutorial-mongodb-cosmos-db.md?toc=%2fazure%2fcosmos-db%2ftoc.json%253ftoc%253d%2fazure%2fcosmos-db%2ftoc.json)
170170
* [Setup a globally distributed database with Azure Cosmos DB's API for MongoDB](tutorial-global-distribution-mongodb.md)
171-
* [Develop locally with the Azure Cosmos DB emulator](../local-emulator.md)
171+
* [Develop locally with the Azure Cosmos DB Emulator](../local-emulator.md)

articles/postgresql/flexible-server/howto-configure-server-parameters-using-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To step through this how-to guide you need:
3939
:::image type="content" source="./media/howto-configure-server-parameters-in-portal/7-reset-to-default-button.png" alt-text="Reset all to default":::
4040

4141
## Working with time zone parameters
42-
If you plan to work with date and time data in PostgreSQL, you’ll want to ensure that you’ve set the correct time zone for your location. All timezone-aware dates and times are stored internally in Postgres in UTC. They are converted to local time in the zone specified by the **TimeZone** server parameter before being displayed to the client. This parameter can be edited on **Server parameters** page as explained above.
42+
If you plan to work with date and time data in PostgreSQL, you’ll want to ensure that you’ve set the correct time zone for your location. All timezone-aware dates and times are stored internally in PostgreSQL in UTC. They are converted to local time in the zone specified by the **TimeZone** server parameter before being displayed to the client. This parameter can be edited on **Server parameters** page as explained above.
4343
PostgreSQL allows you to specify time zones in three different forms:
4444
1. A full time zone name, for example America/New_York. The recognized time zone names are listed in the [**pg_timezone_names**](https://www.postgresql.org/docs/9.2/view-pg-timezone-names.html) view.
4545
Example to query this view in psql and get list of time zone names:
@@ -112,4 +112,4 @@ PostgreSQL allows you to specify time zones in three different forms:
112112
Learn about:
113113
- [Overview of server parameters in Azure Database for PostgreSQL](concepts-server-parameters.md)
114114
- [Configure Azure Database for PostgreSQL - Flexible Server parameters via CLI](howto-configure-server-parameters-using-cli.md)
115-
115+

articles/sentinel/connect-syslog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Having already set up [data collection from your CEF sources](connect-common-eve
7373
1. You must run the following command on those machines to disable the synchronization of the agent with the Syslog configuration in Microsoft Sentinel. This ensures that the configuration change you made in the previous step does not get overwritten.
7474

7575
```c
76-
sudo su omsagent -c 'python /opt/microsoft/omsconfig/Scripts/OMS_MetaConfigHelper.py --disable
76+
sudo su omsagent -c 'python /opt/microsoft/omsconfig/Scripts/OMS_MetaConfigHelper.py --disable'
7777
```
7878

7979
## Configure your device's logging settings

articles/virtual-desktop/install-office-on-wvd-master-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here's how to install OneDrive in per-machine mode:
111111

112112
1. First, create a location to stage the OneDrive installer. A local disk folder or [\\\\unc] (file://unc) location is fine.
113113

114-
2. Download OneDriveSetup.exe to your staged location with this link: <https://aka.ms/OneDriveWVD-Installer>
114+
2. Download OneDriveSetup.exe to your staged location with this link: <https://go.microsoft.com/fwlink/?linkid=844652>
115115

116116
3. If you installed office with OneDrive by omitting **\<ExcludeApp ID="OneDrive" /\>**, uninstall any existing OneDrive per-user installations from an elevated command prompt by running the following command:
117117

@@ -157,4 +157,4 @@ For help with installing Microsoft Teams, see [Use Microsoft Teams on Azure Virt
157157
158158
## Next steps
159159
160-
Now that you've added Office to the image, you can continue to customize your master VHD image. See [Prepare and customize a master VHD image](set-up-customize-master-image.md).
160+
Now that you've added Office to the image, you can continue to customize your master VHD image. See [Prepare and customize a master VHD image](set-up-customize-master-image.md).

0 commit comments

Comments
 (0)