Skip to content

Commit 3ab069c

Browse files
authored
Merge pull request #231625 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 6e03c91 + 8589c7d commit 3ab069c

File tree

7 files changed

+42
-30
lines changed

7 files changed

+42
-30
lines changed

articles/active-directory/enterprise-users/licensing-service-plan-reference.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure-graph.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
7575

7676
1. Get the tenant ID of the source and target tenants. The example configuration described in this article uses the following tenant IDs:
7777

78-
- Source tenant ID: 3d0f5dec-5d3d-455c-8016-e2af1ae4d31a
79-
- Target tenant ID: 376a1f89-b02f-4a85-8252-2974d1984d14
78+
- Source tenant ID: {sourceTenantId}
79+
- Target tenant ID: {targetTenantId}
8080

8181
## Step 2: Enable user synchronization in the target tenant
8282

@@ -91,7 +91,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
9191
Content-Type: application/json
9292
9393
{
94-
"tenantId": "3d0f5dec-5d3d-455c-8016-e2af1ae4d31a"
94+
"tenantId": "{sourceTenantId}"
9595
}
9696
```
9797
@@ -103,7 +103,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
103103
104104
{
105105
"@odata.context": "https://graph.microsoft.com/beta/$metadata#policies/crossTenantAccessPolicy/partners/$entity",
106-
"tenantId": "3d0f5dec-5d3d-455c-8016-e2af1ae4d31a",
106+
"tenantId": "{sourceTenantId}",
107107
"isServiceProvider": null,
108108
"inboundTrust": null,
109109
"b2bCollaborationOutbound": null,
@@ -129,7 +129,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
129129
**Request**
130130
131131
```http
132-
PUT https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/3d0f5dec-5d3d-455c-8016-e2af1ae4d31a/identitySynchronization
132+
PUT https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/{sourceTenantId}/identitySynchronization
133133
Content-type: application/json
134134
135135
{
@@ -156,7 +156,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
156156
**Request**
157157
158158
```http
159-
PATCH https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/3d0f5dec-5d3d-455c-8016-e2af1ae4d31a
159+
PATCH https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/{sourceTenantId}
160160
Content-Type: application/json
161161
162162
{
@@ -187,7 +187,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
187187
Content-Type: application/json
188188
189189
{
190-
"tenantId": "376a1f89-b02f-4a85-8252-2974d1984d14"
190+
"tenantId": "{targetTenantId}"
191191
}
192192
```
193193
@@ -199,7 +199,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
199199
200200
{
201201
"@odata.context": "https://graph.microsoft.com/beta/$metadata#policies/crossTenantAccessPolicy/partners/$entity",
202-
"tenantId": "376a1f89-b02f-4a85-8252-2974d1984d14",
202+
"tenantId": "{targetTenantId}",
203203
"isServiceProvider": null,
204204
"inboundTrust": null,
205205
"b2bCollaborationOutbound": null,
@@ -225,7 +225,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
225225
**Request**
226226
227227
```http
228-
PATCH https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/376a1f89-b02f-4a85-8252-2974d1984d14
228+
PATCH https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/{targetTenantId}
229229
Content-Type: application/json
230230
231231
{
@@ -290,7 +290,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
290290
"appId": "{appId}",
291291
"appDisplayName": "Fabrikam",
292292
"applicationTemplateId": "518e5f48-1fc8-4c48-9387-9fdf28b0dfe7",
293-
"appOwnerTenantId": "376a1f89-b02f-4a85-8252-2974d1984d14",
293+
"appOwnerTenantId": "{targetTenantId}",
294294
"appRoleAssignmentRequired": true,
295295
"displayName": "Fabrikam",
296296
"errorUrl": null,
@@ -342,7 +342,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
342342
"credentials": [
343343
{
344344
"key": "CompanyId",
345-
"value": "376a1f89-b02f-4a85-8252-2974d1984d14"
345+
"value": "{targetTenantId}"
346346
},
347347
{
348348
"key": "AuthenticationType",
@@ -439,7 +439,7 @@ In the source tenant, to enable provisioning, create a provisioning job.
439439
"value": [
440440
{
441441
"key": "CompanyId",
442-
"value": "376a1f89-b02f-4a85-8252-2974d1984d14"
442+
"value": "{targetTenantId}"
443443
},
444444
{
445445
"key": "AuthenticationType",
@@ -645,7 +645,7 @@ Now that you have a configuration, you can test on-demand provisioning with one
645645
{
646646
"id": "{id}",
647647
"activityDateTime": "2022-12-11T00:40:37Z",
648-
"tenantId": "376a1f89-b02f-4a85-8252-2974d1984d14",
648+
"tenantId": "{targetTenantId}",
649649
"jobId": "{jobId}",
650650
"cycleId": "{cycleId}",
651651
"changeId": "{changeId}",

articles/active-directory/standards/nist-authenticator-assurance-level-1.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@ Before you begin authenticator assurance level 1 (AAL1), you can review the foll
2828

2929
## Permitted authenticator types
3030

31-
To achieve AAL1, you can use any NIST single-factor or multifactor [permitted authenticator](nist-authenticator-types.md). Note that Password and Phone (SMS) are not covered in [AAL2](nist-authenticator-assurance-level-2.md) or [AAL3](nist-authenticator-assurance-level-2.md).
31+
To achieve AAL1, you can use any NIST single-factor or multifactor [permitted authenticator](nist-authenticator-types.md).
3232

3333
|Azure AD authentication method|NIST authenticator type |
3434
| - | - |
35-
|Password |memorized secret |
36-
|Phone (SMS)|out-of-band |
37-
|FIDO 2 security key <br> Microsoft Authenticator app for iOS (passwordless) <br> Windows Hello for Business with software TPM <br> Smartcard (Active Directory Federation Services) | Multi-factor crypto software |
35+
|Password |Memorized Secret |
36+
|Phone (SMS): Not recommended | Out-of-band |
37+
|Microsoft Authenticator App for iOS (Passwordless) <br> Microsoft Authenticator App for Android (Passwordless)|Multi-factor Out-of-band |
38+
|Single-factor certificate | Single-factor crypto software |
39+
|Multi-factor Software Certificate (PIN Protected) <br> Windows Hello for Business with software TPM <br> | Multi-factor crypto software |
40+
|Windows Hello for Business with hardware TPM <br> Hardware protected certificate (smartcard/security key/TPM) <br> FIDO 2 security key | Multi-factor crypto hardware
41+
3842

3943
> [!TIP]
40-
> We recommend you meet at least AAL2. If necessary, meet AAL3 for business reasons, industry standards, or compliance requirements.
44+
> We recommend you select at a minimum phishing resistant AAL2 authneticators. Select AAL3 authenticators as necessary for business reasons, industry standards, or compliance requirements.
4145
4246
## FIPS 140 validation
4347

articles/app-service/troubleshoot-domain-ssl-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The App Service certificate was renewed, but the app that uses the App Service c
202202

203203
#### Cause
204204

205-
App Service automatically syncs your certificate within 48 hours. When you rotate or update a certificate, sometimes the application is still retrieving the old certificate and not the newly updated certificate. The reason is that the job to sync the certificate resource hasn't run yet. To resolve this problem, sync the certificate, which automatically updates the hostname bindings for the certificate in App Service without causing any downtime to your apps.
205+
App Service automatically syncs your certificate within 24 hours. When you rotate or update a certificate, sometimes the application is still retrieving the old certificate and not the newly updated certificate. The reason is that the job to sync the certificate resource hasn't run yet. To resolve this problem, sync the certificate, which automatically updates the hostname bindings for the certificate in App Service without causing any downtime to your apps.
206206

207207
#### Solution
208208

articles/azure-maps/how-to-dev-guide-py-sdk.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,14 @@ def fuzzy_search():
159159
        query="Starbucks",
160160
        coordinates=(47.61010, -122.34255)
161161
    )
162-
    # Print the search results
163-
    print("Starbucks search result nearby Seattle:")
164-
    for result_item in result.results:
165-
        print(f"* {result_item.address.street_number } {result_item.address.street_name }")
166-
        print(f" {result_item.address.municipality } {result_item.address.country_code } {result_item.address.postal_code }")
167-
        print(f" Coordinate: {result_item.position.lat}, {result_item.position.lon}"
168-
)
162+
163+
    # Print the search results
164+
if len(result.results) > 0:
165+
print("Starbucks search result nearby Seattle:")
166+
for result_item in result.results:
167+
print(f"* {result_item.address.street_number } {result_item.address.street_name }")
168+
print(f" {result_item.address.municipality } {result_item.address.country_code } {result_item.address.postal_code }")
169+
print(f" Coordinate: {result_item.position.lat}, {result_item.position.lon}")
169170

170171
if __name__ == '__main__':
171172
    fuzzy_search()
@@ -233,7 +234,12 @@ def search_address():
233234
  result = maps_search_client.search_address(
234235
query="1301 Alaskan Way, Seattle, WA 98101, US"
235236
)
236-
    print(f"Coordinate: {result.results[0].position.lat}, {result.results[0].position.lon}")
237+
238+
# Print reuslts if any
239+
if len(result.results) > 0:
240+
    print(f"Coordinate: {result.results[0].position.lat}, {result.results[0].position.lon}")
241+
else:
242+
print("No address found")
237243

238244
if __name__ == '__main__':
239245
    search_address()

articles/azure-vmware/install-vmware-hcx.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Continue to the next tutorial to configure the VMware HCX Connector. After you'
153153
154154
>[Configure VMware HCX in Azure VMware Solution](configure-vmware-hcx.md)
155155
156+
>[Understanding HCX Network Underlay Requirements](https://communities.vmware.com/t5/HCX-Documents/HCX-Network-Underlay-Characterization-and-Performance-Outcomes-1/ta-p/2873360)
157+
156158
>[VMware blog series - cloud migration](https://blogs.vmware.com/vsphere/2019/10/cloud-migration-series-part-2.html)
157159
158160
>[Uninstall VMware HCX in Azure VMware Solution](uninstall-vmware-hcx.md)

articles/cognitive-services/openai/includes/chat-markup-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords: ChatGPT
1414
## Working with the ChatGPT models (preview)
1515

1616
> [!NOTE]
17-
> The Chat Completion API is the recommended method of interacting with the ChatGPT (gtp-45-turbo) models.
17+
> The Chat Completion API is the recommended method of interacting with the ChatGPT (gpt-45-turbo) models.
1818
1919
The following code snippet shows the most basic way to use the ChatGPT models with ChatML. If this is your first time using these models programmatically we recommend starting with our [ChatGPT & GPT-4 Quickstart](../chatgpt-quickstart.md).
2020

@@ -290,4 +290,4 @@ assert tokens == [100264, 882, 198, 9906, 100265, 100264, 78191]
290290

291291
* [Learn more about Azure OpenAI](../overview.md).
292292
* Get started with the ChatGPT model with [the ChatGPT quickstart](../chatgpt-quickstart.md).
293-
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples)
293+
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples)

0 commit comments

Comments
 (0)