You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/advisor/advisor-resiliency-reviews.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ You can find resiliency reviews created by your account team in the left navigat
72
72
73
73
If there's a new review available to you, you see a notification banner on top of the Advisor pages. A **New** review is one with all recommendations in the *Pending* state.
74
74
75
-
1. Open the Azure portal and navigate to [Advisor](https://aka.ms/Advisor_Reviews).
75
+
1. Open the Azure portal and navigate to [Advisor](https://aka.ms/azureadvisordashboard).
76
76
Select **Manage** > **Reviews (Preview)** in the left navigation pane. A list of reviews opens. At the top of the page, you see the number of **Total Reviews** and review **Recommendations**, and a graph of **Reviews by status**.
77
77
1. Use search, filters, and sorting to find the review you need. You can filter reviews by one of the **Status equals** states shown next, or choose *All* (the default) to see all reviews. If you don’t see a review for your subscription, make sure the review subscription is included in the global portal filter. You might need to update the filter to see the reviews for a subscription.
78
78
@@ -86,7 +86,7 @@ Select **Manage** > **Reviews (Preview)** in the left navigation pane. A list of
86
86
At the top of the reviews page, use **Feedback** to tell us about your experience. Use the **Refresh** button to refresh the page as needed.
87
87
88
88
> [!NOTE]
89
-
> If you have no reviews, the **Reviews** menu item in the left navigation is greyed out.
89
+
> If you have no reviews, the **Reviews** menu item in the left navigation is hidden.
Copy file name to clipboardExpand all lines: articles/batch/batch-upgrade-policy.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,12 @@
2
2
title: Provision a pool with Auto OS Upgrade
3
3
description: Learn how to create a Batch pool with Auto OS Upgrade so that customers can have control over their OS upgrade strategy to ensure safe, workload-aware OS upgrade deployments.
4
4
ms.topic: how-to
5
-
ms.date: 03/27/2024
5
+
ms.date: 04/02/2024
6
6
ms.custom:
7
7
---
8
8
9
9
# Create an Azure Batch pool with Automatic Operating System (OS) Upgrade
10
10
11
-
> [!IMPORTANT]
12
-
> - This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
13
-
> - For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
14
-
15
11
When you create an Azure Batch pool, you can provision the pool with nodes that have Auto OS Upgrade enabled. This article explains how to set up a Batch pool with Auto OS Upgrade.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/telephony/includes/number-lookup-java.md
+63-29Lines changed: 63 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
Get started with the Phone Numbers client library for Java to look up operator information for phone numbers, which can be used to determine whether and how to communicate with that phone number. Follow these steps to install the package and look up operator information about a phone number.
1
+
Get started with the Phone Numbers client library for Java to look up operator information for phone numbers, which can be used to determine whether and how to communicate with that phone number. Follow these steps to install the package and look up operator information about a phone number.
2
2
3
3
> [!NOTE]
4
-
> Find the code for this quickstart on [GitHub](https://github.com/Azure/communication-preview/tree/master/samples/NumberLookup).
4
+
> Find the code for this quickstart on [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/LookupNumber).
The 'generate' task creates a directory with the same name as the `artifactId`. Under this directory, the src/main/java directory contains the project source code, the `src/test/java directory` contains the test source, and the `pom.xml` file is the project's Project Object Model, or POM.
30
30
31
31
### Connect to dev package feed
32
-
The public preview version of the SDK is published to a dev package feed. To connect to the dev feed, open the **pom.xml** file in your text editor and add the dev repo to **both** your pom.xml's `<repositories>` and `<distributionManagement>` sections
32
+
The public preview version of the SDK is published to a dev package feed. To connect to the dev feed, open the **pom.xml** file in your text editor and add the dev repo to **both** your pom.xml's `<repositories>` and `<distributionManagement>` sections that you can add if they don't already exist.
33
33
34
34
```xml
35
35
<repository>
@@ -44,7 +44,7 @@ The public preview version of the SDK is published to a dev package feed. To con
44
44
</repository>
45
45
```
46
46
47
-
Add or edit the `settings.xml` file in `${user.home}/.m2`
47
+
You may need to add or edit the `settings.xml` file in `${user.home}/.m2`
48
48
49
49
```xml
50
50
<server>
@@ -54,7 +54,7 @@ Add or edit the `settings.xml` file in `${user.home}/.m2`
54
54
</server>
55
55
```
56
56
57
-
Finally, generate a [Personal Access Token](https://dev.azure.com/azure-sdk/_details/security/tokens) with _Packaging_ read & write scopes and paste it into the `<password>` tag.
57
+
You can generate a [Personal Access Token](https://dev.azure.com/azure-sdk/_details/security/tokens) with _Packaging_ read & write scopes and paste it into the `<password>` tag.
58
58
59
59
More detailed information and other options for connecting to the dev feed can be found [here](https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-java/connect).
60
60
@@ -72,7 +72,7 @@ Add the following dependency elements to the group of dependencies in the **pom.
The `PhoneNumberClientBuilder` is enabled to use Microsoft Entra authentication. Using the `DefaultAzureCredentialBuilder` is the easiest way to get started with Microsoft Entra ID. You can acquire your resource name from an Azure Communication Services resource in the [Azure portal](https://portal.azure.com).
The client can be authenticated using a connection string acquired from an Azure Communication Services resource in the [Azure portal](https://portal.azure.com). Using a `COMMUNICATION_SERVICES_CONNECTION_STRING` environment variable is recommended to avoid putting your connection string in plain text within your code. Learn how to [manage your resource's connection string](../../create-communication-resource.md#store-your-connection-string).
Alternatively, the client can be authenticated using a connection string, also acquired from an Azure Communication Services resource in the [Azure portal](https://portal.azure.com). It's recommended to use a `COMMUNICATION_SERVICES_CONNECTION_STRING` environment variable to avoid putting your connection string in plain text within your code. Learn how to [manage your resource's connection string](../../create-communication-resource.md#store-your-connection-string).
Alternatively, you can authenticate using Microsoft Entra authentication. Using the `DefaultAzureCredentialBuilder` is the easiest way to get started with Microsoft Entra ID. You can acquire your resource name from an Azure Communication Services resource in the [Azure portal](https://portal.azure.com).
Replace `<target-phone-number>` with the phone number you're looking up, usually a number you'd like to send a message to.
164
175
165
176
> [!WARNING]
166
177
> Provide phone numbers in E.164 international standard format, for example, +14255550123.
167
178
179
+
### Look up operator information for a number
180
+
181
+
To search for a phone number's operator information, call `searchOperatorInformationWithResponse` from the `PhoneNumbersClient`, passing `true` for the `IncludeAdditionalOperatorDetails` option.
System.out.println(operatorInfo.getPhoneNumber() +" is a "+ numberType +" number, operated by "+ operatorName);
214
+
System.out.println(operatorInfo.getPhoneNumber() +" is a "+ numberType +" number, operated in "
215
+
+ operatorInfo.getIsoCountryCode() +" by "+ operatorName);
182
216
```
183
217
184
-
You may also use the operator information to determine whether to send an SMS. For more information on sending an SMS, see the [SMS Quickstart](../../sms/send.md).
218
+
You may also use the operator information to determine whether to send an SMS. For more information on sending an SMS, see the [SMS Quickstart](../../sms/send.md).
185
219
186
220
## Run the code
187
221
@@ -198,12 +232,12 @@ Then, build the package.
198
232
mvn package
199
233
```
200
234
201
-
Run the following `mvn` command to execute the app.
0 commit comments