Skip to content

Commit e983fc6

Browse files
authored
Merge pull request #290761 from MicrosoftDocs/main
11/19/2024 PM Publish
2 parents 20f3f7a + 40bb6c8 commit e983fc6

File tree

162 files changed

+1621
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+1621
-630
lines changed

articles/active-directory-b2c/age-gating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Age gating in Azure Active Directory B2C (Azure AD B2C) enables you to identify
2525
>This feature is in public preview. Do not use feature for production applications.
2626
>
2727
28-
When age gating is enabled for a user flow, users are asked for their date of birth, and country of residence. If a user signs in that hasn't previously entered the information, they'll need to enter it the next time they sign in. The rules are applied every time a user signs in.
28+
When age gating is enabled for a user flow, users are asked for their date of birth, and country/region of residence. If a user signs in that hasn't previously entered the information, they'll need to enter it the next time they sign in. The rules are applied every time a user signs in.
2929

3030
![Screenshot of age gating information gather flow](./media/age-gating/age-gating-information-gathering.png)
3131

@@ -69,7 +69,7 @@ After your tenant is set up to use age gating, you can then use this feature in
6969
1. To test your policy, select **Run user flow**.
7070
1. For **Application**, select the web application named *testapp1* that you previously registered. The **Reply URL** should show `https://jwt.ms`.
7171
1. Select the **Run user flow** button.
72-
1. Sign-in with a local or social account. Then select your country of residence, and date of birth that simulate a minor.
72+
1. Sign-in with a local or social account. Then select your country/region of residence, and date of birth that simulate a minor.
7373
1. Repeat the test, and select a date of birth that simulates an adult.
7474

7575
When you sign-in as a minor, you should see the following error message: *Unfortunately, your sign on has been blocked. Privacy and online safety laws in your country prevent access to accounts belonging to children.*

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The Following are the IDs for a content definition with an ID of `api.phonefacto
318318
| `error_phone_throttled` | You hit the limit on the number of call attempts. Try again shortly. | `>= 1.2.3` |
319319
| `error_throttled` | You hit the limit on the number of verification attempts. Try again shortly. | `>= 1.2.3` |
320320
| `error_incorrect_code` | The verification code you have entered does not match our records. Please try again, or request a new code. | `All` |
321-
| `countryList` | See [the countries list](#phone-factor-authentication-page-example). | `All` |
321+
| `countryList` | See [the countries/regions list](#phone-factor-authentication-page-example). | `All` |
322322
| `error_448` | The phone number you provided is unreachable. | `All` |
323323
| `error_449` | User has exceeded the number of retry attempts. | `All` |
324324
| `verification_code_input_placeholder_text` | Verification code | `All` |

articles/active-directory-b2c/sign-in-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Your local account identity provider includes a Username option that lets users
4444

4545
Phone sign-in is a passwordless option in your local account identity provider settings. This method lets users sign up for your app using a phone number as their primary identifier. One-time passwords are sent to your users via SMS text messages. Users will have the following experience during sign-up and sign-in:
4646

47-
- **Sign-in**: If the user has an existing account with phone number as their identifier, the user enters their phone number and selects *Sign in*. They confirm the country and phone number by selecting *Continue*, and a one-time verification code is sent to their phone. The user enters the verification code and selects *Continue* to sign in.
47+
- **Sign-in**: If the user has an existing account with phone number as their identifier, the user enters their phone number and selects *Sign in*. They confirm the country/region and phone number by selecting *Continue*, and a one-time verification code is sent to their phone. The user enters the verification code and selects *Continue* to sign in.
4848
- **Sign-up**: If the user doesn't already have an account for your application, they can create one by clicking on the *Sign up now* link.
4949
1. A sign-up page appears, where the user selects their *Country*, enters their phone number, and selects *Send Code*.
5050
1. A one-time verification code is sent to the user's phone number. The user enters the *Verification Code* on the sign-up page, and then selects *Verify Code*. (If the user can't retrieve the code, they can select *Send New Code*).

articles/api-management/api-management-howto-add-products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Products are associations of one or more APIs. You can include many APIs and off
149149

150150
```azurecli
151151
az apim product api add --resource-group apim-hello-word-resource-group \
152-
--api-id demo-conference-api --product-id contoso-product \
152+
--api-id petstore-api --product-id contoso-product \
153153
--service-name apim-hello-world
154154
```
155155

@@ -164,7 +164,7 @@ You can remove an API from a product by using the [az apim product api delete](/
164164

165165
```azurecli
166166
az apim product api delete --resource-group apim-hello-word-resource-group \
167-
--api-id demo-conference-api --product-id contoso-product \
167+
--api-id petstore-api --product-id contoso-product \
168168
--service-name apim-hello-world
169169
```
170170

@@ -291,4 +291,4 @@ az apim show --<apim_service_name> --<resource_group_name>
291291
> [!div class="nextstepaction"]
292292
> [Create blank API and mock API responses](mock-api-responses.md).
293293
294-
:::zone-end
294+
:::zone-end

articles/api-management/api-management-howto-integrate-internal-vnet-appgateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Throughout this guide, you need to define several variables. Naming is based on
8686

8787
```powershell
8888
# These variables must be changed.
89-
$subscriptionId = "00000000-0000-0000-0000-000000000000" # GUID of your Azure subscription
89+
$subscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" # GUID of your Azure subscription
9090
$domain = "contoso.net" # The custom domain for your certificate
9191
$apimServiceName = "apim-contoso" # API Management service instance name, must be globally unique
9292
$apimDomainNameLabel = $apimServiceName # Domain name label for API Management's public IP address, must be globally unique

articles/api-management/how-to-configure-local-metrics-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ For example, you can filter all syslogs to just the ones from the self-hosted ga
310310

311311
```shell
312312
$ cat host/var/log/syslog | grep "apimuser"
313-
May 15 05:54:20 aks-agentpool-43853532-vmss000000 apimuser[8]: Timestamp=2023-05-15T05:54:20.0445178Z, isRequestSuccess=True, totalTime=290, category=GatewayLogs, callerIpAddress=141.134.132.243, timeGenerated=2023-05-15T05:54:20.0445178Z, region=Repro, correlationId=b28565ec-73e0-41e6-9312-efcdd6841846, method=GET, url="http://20.126.242.200/echo/resource?param1\=sample", backendResponseCode=200, responseCode=200, responseSize=628, cache=none, backendTime=287, apiId=echo-api, operationId=retrieve-resource, apimSubscriptionId=master, clientProtocol=HTTP/1.1, backendProtocol=HTTP/1.1, apiRevision=1, backendMethod=GET, backendUrl="http://echoapi.cloudapp.net/api/resource?param1\=sample"
314-
May 15 05:54:21 aks-agentpool-43853532-vmss000000 apimuser[8]: Timestamp=2023-05-15T05:54:21.1189171Z, isRequestSuccess=True, totalTime=150, category=GatewayLogs, callerIpAddress=141.134.132.243, timeGenerated=2023-05-15T05:54:21.1189171Z, region=Repro, correlationId=ab4d7464-acee-40ae-af95-a521cc57c759, method=GET, url="http://20.126.242.200/echo/resource?param1\=sample", backendResponseCode=200, responseCode=200, responseSize=628, cache=none, backendTime=148, apiId=echo-api, operationId=retrieve-resource, apimSubscriptionId=master, clientProtocol=HTTP/1.1, backendProtocol=HTTP/1.1, apiRevision=1, backendMethod=GET, backendUrl="http://echoapi.cloudapp.net/api/resource?param1\=sample"
313+
May 15 05:54:20 aks-agentpool-43853532-vmss000000 apimuser[8]: Timestamp=2023-05-15T05:54:20.0445178Z, isRequestSuccess=True, totalTime=290, category=GatewayLogs, callerIpAddress=141.134.132.243, timeGenerated=2023-05-15T05:54:20.0445178Z, region=Repro, correlationId=aaaa0000-bb11-2222-33cc-444444dddddd, method=GET, url="http://20.126.242.200/echo/resource?param1\=sample", backendResponseCode=200, responseCode=200, responseSize=628, cache=none, backendTime=287, apiId=echo-api, operationId=retrieve-resource, apimSubscriptionId=master, clientProtocol=HTTP/1.1, backendProtocol=HTTP/1.1, apiRevision=1, backendMethod=GET, backendUrl="http://echoapi.cloudapp.net/api/resource?param1\=sample"
314+
May 15 05:54:21 aks-agentpool-43853532-vmss000000 apimuser[8]: Timestamp=2023-05-15T05:54:21.1189171Z, isRequestSuccess=True, totalTime=150, category=GatewayLogs, callerIpAddress=141.134.132.243, timeGenerated=2023-05-15T05:54:21.1189171Z, region=Repro, correlationId=bbbb1111-cc22-3333-44dd-555555eeeeee, method=GET, url="http://20.126.242.200/echo/resource?param1\=sample", backendResponseCode=200, responseCode=200, responseSize=628, cache=none, backendTime=148, apiId=echo-api, operationId=retrieve-resource, apimSubscriptionId=master, clientProtocol=HTTP/1.1, backendProtocol=HTTP/1.1, apiRevision=1, backendMethod=GET, backendUrl="http://echoapi.cloudapp.net/api/resource?param1\=sample"
315315
```
316316
> [!NOTE]
317317
> If you have changed the root with `chroot`, for example `chroot /host`, then the above path needs to reflect that change.

articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Now that both our OpenTelemetry Collector and the self-hosted gateway are deploy
213213
X-Forwarded-For: 10.244.1.1
214214
traceparent: 00-3192030c89fd7a60ef4c9749d6bdef0c-f4eeeee46f770061-01
215215
Request-Id: |3192030c89fd7a60ef4c9749d6bdef0c.f4eeeee46f770061.
216-
Request-Context: appId=cid-v1:c24f5e00-aa25-47f2-bbb5-035847e7f52a
216+
Request-Context: appId=cid-v1:00001111-aaaa-2222-bbbb-3333cccc4444
217217
X-Powered-By: Azure API Management - http://api.azure.com/,ASP.NET
218218
X-AspNet-Version: 4.0.30319
219219
```

articles/automation/runtime-environment-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Runtime environment (preview) in Azure Automation
33
description: This article provides an overview on Runtime environment in Azure Automation.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 09/10/2024
6+
ms.date: 11/19/2024
77
ms.topic: overview
88
ms.custom: references_regions, devx-track-azurecli
99
ms.service: azure-automation
@@ -77,7 +77,6 @@ You can't edit these Runtime environments. However, any changes that are made in
7777
## Limitations
7878

7979
- Runtime environment is currently supported in all Public regions except Central India, Germany North, Italy North, Israel Central, Poland Central, UAE Central, and Government clouds.
80-
- Existing runbooks that are automatically moved from old experience to Runtime environment experience would be able to execute as both cloud and hybrid job.
8180
- PowerShell Workflow, Graphical PowerShell, and Graphical PowerShell Workflow runbooks only work with System-generated PowerShell-5.1 Runtime environment.
8281
- Runbooks created in Runtime environment experience with Runtime version PowerShell 7.2 would show as PowerShell 5.1 runbooks in old experience.
8382
- RBAC permissions cannot be assigned to Runtime environment.

articles/azure-edge-hardware-center/azure-edge-hardware-center-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sections:
3939
- question: |
4040
Can I ship different hardware units within a single order to different locations?
4141
answer: |
42-
Yes. While creating the order, you can add multiple shipping addresses in the **Shipping + quantity** tab. Make sure that all the addresses are within the same country. To ship hardware to addresses across different countries/regions, you'll have to create separate orders.
42+
Yes. While creating the order, you can add multiple shipping addresses in the **Shipping + quantity** tab. Make sure that all the addresses are within the same country/region. To ship hardware to addresses across different countries/regions, you'll have to create separate orders.
4343
4444
- question: |
4545
In which regions, can I create Azure Edge Hardware Center orders?
@@ -67,7 +67,7 @@ sections:
6767
- question: |
6868
What happens to my order if the entire region associated with the order fails?
6969
answer: |
70-
In extreme circumstances where a region is lost because of a significant disaster, Microsoft may initiate a regional failover. No action on your part is required in this case. Your order will be fulfilled through the failover region if it is within the same country or commerce boundary.
70+
In extreme circumstances where a region is lost because of a significant disaster, Microsoft may initiate a regional failover. No action on your part is required in this case. Your order will be fulfilled through the failover region if it is within the same country/region or commerce boundary.
7171
However, some Azure regions don't have a paired region in the same geographic or commerce boundary. If there's a disaster in any of those regions, you will need to create the Edge Hardware Center order again from a different region that is available. For more information, see [Data residency for Azure Stack Edge](../databox-online/azure-stack-edge-gpu-data-residency.md#azure-edge-hardware-center-ordering-and-management-resource).
7272
7373
- question: |
@@ -95,4 +95,4 @@ additionalContent: |
9595
9696
- Review [What is Azure Edge Hardware Center](azure-edge-hardware-center-overview.md).
9797
- [Manage Azure Edge Hardware Center orders](azure-edge-hardware-center-manage-order.md).
98-
- [Troubleshoot Azure Edge Hardware Center orders](azure-edge-hardware-center-manage-order.md) in Azure portal.
98+
- [Troubleshoot Azure Edge Hardware Center orders](azure-edge-hardware-center-manage-order.md) in Azure portal.

articles/azure-functions/functions-bindings-rabbitmq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Azure RabbitMQ bindings for Azure Functions
33
description: Learn to send Azure RabbitMQ triggers and bindings in Azure Functions.
4-
author: cachai2
4+
author: ggailey777
55
ms.topic: reference
6-
ms.date: 11/15/2021
7-
ms.author: cachai
6+
ms.date: 11/13/2024
7+
ms.author: glenga
88
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
99
zone_pivot_groups: programming-languages-set-functions-lang-workers
1010
---
@@ -13,7 +13,7 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
1313
# RabbitMQ bindings for Azure Functions overview
1414

1515
> [!NOTE]
16-
> The RabbitMQ bindings are only fully supported on [Premium](functions-premium-plan.md) and [Dedicated App Service](dedicated-plan.md) plans. Consumption plans aren't supported.
16+
> The RabbitMQ bindings are only fully supported on [Premium](functions-premium-plan.md) and [Dedicated App Service](dedicated-plan.md) plans. Flex Consumption and Consumption plans aren't yet supported.
1717
> RabbitMQ bindings are only supported for Azure Functions version 3.x and later versions.
1818
1919
Azure Functions integrates with [RabbitMQ](https://www.rabbitmq.com/) via [triggers and bindings](./functions-triggers-bindings.md). The Azure Functions RabbitMQ extension allows you to send and receive messages using the RabbitMQ API with Functions.

0 commit comments

Comments
 (0)