Skip to content

Commit 5006e89

Browse files
authored
Merge pull request #244391 from MicrosoftDocs/main
Publish to live, Sunday 4:00PM PDT, 7/9
2 parents 8200dab + d0bb24f commit 5006e89

16 files changed

+105
-44
lines changed

articles/azure-monitor/autoscale/autoscale-custom-metric.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: edbaynash
66
ms.service: azure-monitor
77
ms.subservice: autoscale
88
ms.topic: how-to
9-
ms.date: 06/22/2022
9+
ms.date: 07/09/2023
1010
ms.reviewer: akkumari
1111

1212
# Customer intent: As a user or dev ops administrator, I want to use the portal to set up autoscale so I can scale my resources.
@@ -19,7 +19,7 @@ This article describes how to set up autoscale for a web app by using a custom m
1919
Autoscale allows you to add and remove resources to handle increases and decreases in load. In this article, we'll show you how to set up autoscale for a web app by using one of the Application Insights metrics to scale the web app in and out.
2020

2121
> [!NOTE]
22-
> Autoscaling on custom metrics in Application Insights is supported only for metrics published to **Standard** and **Azure.ApplicationInsights** namespaces. If any other namespaces are used for custom metrics in Application Insights, it will return **Unsupported Metric** error.
22+
> Autoscaling on custom metrics in Application Insights is supported only for metrics published to **Standard** and **Azure.ApplicationInsights** namespaces. If any other namespaces are used for custom metrics in Application Insights, it returns an **Unsupported Metric** error.
2323
2424
Azure Monitor autoscale applies to:
2525

@@ -114,7 +114,7 @@ Set up a scale-out rule so that Azure spins up another instance of the web app w
114114

115115
### Set up a scale-in rule
116116

117-
Set up a scale-in rule so that Azure spins down one of the instances when the number of sessions your web app is handling is less than 60 per instance. Azure will reduce the number of instances each time this rule is run until the minimum number of instances is reached.
117+
Set up a scale-in rule so that Azure spins down one of the instances when the number of sessions your web app is handling is less than 60 per instance. Azure reduces the number of instances each time this rule is run until the minimum number of instances is reached.
118118

119119
1. In the **Rules** section of the default scale condition, select **Add a rule**.
120120
1. From the **Metric source** dropdown, select **Other resource**.
@@ -152,8 +152,8 @@ If you're not going to continue to use this application, delete resources.
152152

153153
To learn more about autoscale, see the following articles:
154154

155-
- [Use autoscale actions to send email and webhook alert notifications](./autoscale-webhook-email.md)
156-
- [Overview of autoscale](./autoscale-overview.md)
157-
- [Azure Monitor autoscale common metrics](./autoscale-common-metrics.md)
158-
- [Best practices for Azure Monitor autoscale](./autoscale-best-practices.md)
159-
- [Autoscale REST API](/rest/api/monitor/autoscalesettings)
155+
+ [Use autoscale actions to send email and webhook alert notifications](./autoscale-webhook-email.md)
156+
+ [Overview of autoscale](./autoscale-overview.md)
157+
+ [Azure Monitor autoscale common metrics](./autoscale-common-metrics.md)
158+
+ [Best practices for Azure Monitor autoscale](./autoscale-best-practices.md)
159+
+ [Autoscale REST API](/rest/api/monitor/autoscalesettings)

articles/azure-vmware/disaster-recovery-using-vmware-site-recovery-manager.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ VMware vSphere Replication is VMware's hypervisor-based replication technology f
1717
In this article, you'll implement disaster recovery for on-premises VMware vSphere virtual machines (VMs) or Azure VMware Solution-based VMs.
1818

1919

20+
> [!NOTE]
21+
> The current version of VMware Site Recovery Manager (SRM) in Azure VMware Solution is 8.5.0.3.
2022
## Supported scenarios
2123

2224
VMware SRM helps you plan, test, and run the recovery of VMs between a protected VMware vCenter Server site and a recovery VMware vCenter Server site. You can use VMware SRM with Azure VMware Solution with the following two DR scenarios:
@@ -88,15 +90,18 @@ Make sure you've explicitly provided the remote user the VMware VRM administrato
8890

8991
1. In your on-premises data center, install VMware SRM and vSphere Replication.
9092

91-
>[!NOTE]
92-
>Use the [Two-site Topology with one vCenter Server instance per PSC](https://docs.vmware.com/en/Site-Recovery-Manager/8.4/com.vmware.srm.install_config.doc/GUID-F474543A-88C5-4030-BB86-F7CC51DADE22.html) deployment model. Also, make sure that the [required vSphere Replication Network ports](https://kb.VMware.com/s/article/2087769) are opened.
93-
93+
> [!NOTE]
94+
> Use the [Two-site Topology with one vCenter Server instance per PSC](https://docs.vmware.com/en/Site-Recovery-Manager/8.4/com.vmware.srm.install_config.doc/GUID-F474543A-88C5-4030-BB86-F7CC51DADE22.html) deployment model. Also, make sure that the [required vSphere Replication Network ports](https://kb.VMware.com/s/article/2087769) are opened.
9495
1. In your Azure VMware Solution private cloud, under **Manage**, select **Add-ons** > **Disaster recovery**.
9596

96-
The default CloudAdmin user in the Azure VMware Solution private cloud doesn't have sufficient privileges to install VMware SRM or vSphere Replication. The installation process involves multiple steps outlined in the [Prerequisites](#prerequisites) section. Instead, you can install VMware SRM with vSphere Replication as an add-on service from your Azure VMware Solution private cloud.
97+
1. The default CloudAdmin user in the Azure VMware Solution private cloud doesn't have sufficient privileges to install VMware SRM or vSphere Replication. The installation process involves multiple steps outlined in the [Prerequisites](#prerequisites) section. Instead, you can install VMware SRM with vSphere Replication as an add-on service from your Azure VMware Solution private cloud.
98+
9799

98-
:::image type="content" source="media/VMware-srm-vsphere-replication/disaster-recovery-add-ons.png" alt-text="Screenshot of Azure VMware Solution private cloud to install VMware SRM with vSphere Replication as an add-on" border="true" lightbox="media/VMware-srm-vsphere-replication/disaster-recovery-add-ons.png":::
100+
1. :::image type="content" source="media/VMware-srm-vsphere-replication/disaster-recovery-add-ons.png" alt-text="Screenshot of Azure VMware Solution private cloud to install VMware SRM with vSphere Replication as an add-on" border="true" lightbox="media/VMware-srm-vsphere-replication/disaster-recovery-add-ons.png":::
99101

102+
103+
> [!NOTE]
104+
> The current version of VMware Site Recovery Manager (SRM) in Azure VMware Solution is 8.5.0.3.
100105
1. From the **Disaster Recovery Solution** drop-down, select **VMware Site Recovery Manager (SRM) – vSphere Replication**.
101106

102107
:::image type="content" source="media/VMware-srm-vsphere-replication/disaster-recovery-solution-srm-add-on.png" alt-text="Screenshot showing the Disaster recovery tab under Add-ons with VMware Site Recovery Manager (SRM) - vSphere replication selected." border="true" lightbox="media/VMware-srm-vsphere-replication/disaster-recovery-solution-srm-add-on.png":::
@@ -304,3 +309,5 @@ VMware and Microsoft support teams will engage each other as needed to troublesh
304309
- [Pre-requisites and Best Practices for SRM installation](https://docs.vmware.com/en/Site-Recovery-Manager/8.3/com.vmware.srm.install_config.doc/GUID-BB0C03E4-72BE-4C74-96C3-97AC6911B6B8.html)
305310
- [Network ports for SRM](https://docs.vmware.com/en/Site-Recovery-Manager/8.3/com.vmware.srm.install_config.doc/GUID-499D3C83-B8FD-4D4C-AE3D-19F518A13C98.html)
306311
- [Network ports for vSphere Replication](https://kb.vmware.com/s/article/2087769)
312+
313+

articles/machine-learning/prompt-flow/how-to-deploy-for-real-time-inference.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
author: likebupt
1010
ms.author: keli19
1111
ms.reviewer: lagayhar
12-
ms.date: 06/30/2023
12+
ms.date: 07/07/2023
1313
---
1414

1515

@@ -93,6 +93,12 @@ You can continue to configure the endpoint in wizard, as the endpoint creation w
9393

9494
If the checkbox is selected, the first row of your input data will be used as sample input data for testing the endpoint later.
9595

96+
### Outputs
97+
98+
In this step, you can view all flow outputs, and specify which outputs will be included in the response of the endpoint you deploy.
99+
100+
:::image type="content" source="./media/how-to-deploy-for-real-time-inference/deploy-wizard-outputs.png" alt-text="Screenshot of the outputs step in the deploy wizard." lightbox = "./media/how-to-deploy-for-real-time-inference/deploy-wizard-outputs.png":::
101+
96102
### Connections
97103

98104
In this step, you can view all connections within your flow, and change connections used by the endpoint when it performs inference later.
79.5 KB
Loading

articles/machine-learning/prompt-flow/tools-reference/faiss-index-lookup-tool.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,26 @@ ms.date: 06/30/2023
1616

1717
Faiss Index Lookup is a tool tailored for querying within a user-provided Faiss-based vector store. In combination with our Large Language Model (LLM) tool, it empowers users to extract contextually relevant information from a domain knowledge base.
1818

19-
> [!IMPORTANT]
20-
> Prompt flow is currently in public preview. This preview is provided without a service-level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
2319
## Requirements
24-
25-
- embeddingstore==0.0.93026209 --extra-index-url https://azuremlsdktestpypi.azureedge.net/embeddingstore
20+
- embeddingstore --extra-index-url https://azuremlsdktestpypi.azureedge.net/embeddingstore
2621

2722
## Prerequisites
28-
2923
- Prepare an accessible path on Azure Blob Storage. Here's the guide if a new storage account needs to be created: [Azure Storage Account](../../../storage/common/storage-account-create.md).
30-
- Create related Faiss-based index files on Azure Blob Storage. We support the LangChain format (index.faiss + index.pkl) for the index files, which can be prepared either by employing our EmbeddingStore SDK or following the quick guide from [LangChain documentation](https://python.langchain.com/docs/modules/data_connection/vectorstores/integrations/faiss). Refer to the instructions of `Vector DB QnA Step 1` for building index using EmbeddingStore SDK.
31-
- The identity used by the Prompt flow runtime should be granted with certain roles to access the vector store, based on which kind of path you provide. Refer to [Steps to assign an Azure role](../../../role-based-access-control/role-assignments-steps.md):
32-
- Workspace relative path, blob url on workspace default storage, and AML Datastore url: `AzureML Data Scientist`
33-
- Other blob urls: `Storage Blob Data Reader role`
24+
- Create related Faiss-based index files on Azure Blob Storage. We support the LangChain format (index.faiss + index.pkl) for the index files, which can be prepared either by employing our EmbeddingStore SDK or following the quick guide from [LangChain documentation](https://python.langchain.com/docs/modules/data_connection/vectorstores/integrations/faiss). Please refer to [the sample notebook for creating Faiss index](https://aka.ms/pf-sample-build-faiss-index) for building index using EmbeddingStore SDK.
25+
- Based on where you put your own index files, the identity used by the promptflow runtime should be granted with certain roles. Please refer to [Steps to assign an Azure role](../../../role-based-access-control/role-assignments-steps.md):
26+
27+
| Location | Role |
28+
| ---- | ---- |
29+
| workspace datastores or workspace default blob | AzureML Data Scientist |
30+
| other blobs | Storage Blob Data Reader |
3431

3532
## Inputs
3633

3734
The tool accepts the following inputs:
3835

3936
| Name | Type | Description | Required |
4037
| ---- | ---- | ----------- | -------- |
41-
| path | string | blob/datastore url or workspace relative path for the vector store.<br><br>blob url format:<br>https://`<account_name>`.blob.core.windows.net/`<container_name>`/`<path_and_folder_name>`.<br><br>AML datastore url format:<br>azureml://subscriptions/`<your_subscription>`/resourcegroups/`<your_resource_group>`/workspaces/`<your_workspace>`/data/`<data_path>`<br><br>relative path to workspace datastore `workspaceblobstore`:<br>`<path_and_folder_name>` | Yes |
38+
| path | string | URL or path for the vector store.<br><br>blob URL format:<br>https://`<account_name>`.blob.core.windows.net/`<container_name>`/`<path_and_folder_name>`.<br><br>AML datastore URL format:<br>azureml://subscriptions/`<your_subscription>`/resourcegroups/`<your_resource_group>`/workspaces/`<your_workspace>`/data/`<data_path>`<br><br>relative path to workspace datastore `workspaceblobstore`:<br>`<path_and_folder_name>`<br><br> public http/https URL (for public demonstration):<br>http(s)://`<path_and_folder_name>` | Yes |
4239
| vector | list[float] | The target vector to be queried, which can be generated by the LLM tool. | Yes |
4340
| top_k | integer | The count of top-scored entities to return. Default value is 3. | No |
4441

@@ -52,7 +49,6 @@ The following is an example for JSON format response returned by the tool, which
5249
| score | float | Distance between the entity and the query vector |
5350
| metadata | dict | Customized key-value pairs provided by user when creating the index |
5451

55-
5652
```json
5753
[
5854
{

articles/machine-learning/prompt-flow/tools-reference/vector-db-lookup-tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ This tool adds support for more vector databases, including Pinecone, Weaviete,
2828
2929
## Requirements
3030

31-
- embeddingstore==0.0.93026209 --extra-index-url https://azuremlsdktestpypi.azureedge.net/embeddingstore
31+
- embeddingstore --extra-index-url https://azuremlsdktestpypi.azureedge.net/embeddingstore
3232

3333
## Prerequisites
3434

3535
The tool searches data from a third-party vector database. To use it, you should create resources in advance and establish connections between the tool and the resource.
3636

3737
- **Azure Cognitive Search:**
3838
- Create resource [Azure Cognitive Search](../../../search/search-create-service-portal.md).
39-
- Add "CognitiveSearchConnection" connection. Fill "API key" field with "Primary admin key" from "Keys" section of created resource, and fill "Api Base" field with the Url, the Url format is `https://{your_serive_name}.search.windows.net`.
39+
- Add "CognitiveSearchConnection" connection. Fill "API key" field with "Primary admin key" from "Keys" section of created resource, and fill "Api Base" field with the URL, the URL format is `https://{your_serive_name}.search.windows.net`.
4040

4141
## Inputs
4242

articles/machine-learning/prompt-flow/tools-reference/vector-index-lookup-tool.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,25 @@ Vector index lookup is a tool tailored for querying within an Azure Machine Lear
2222
2323
## Requirements
2424

25-
- embeddingstore==0.0.93026209 --extra-index-url https://azuremlsdktestpypi.azureedge.net/embeddingstore
25+
- embeddingstore --extra-index-url https://azuremlsdktestpypi.azureedge.net/embeddingstore
2626

2727
## Prerequisites
2828

2929
- Follow the instructions from sample flow `Bring your own Data QnA` to prepare a Vector Index as an input.
30-
- The identity used by the Prompt flow runtime should be granted with certain roles to access the Vector Index, based on which kind of path you provide. Refer to [Steps to assign an Azure role](../../../role-based-access-control/role-assignments-steps.md):
31-
- blob url on workspace default storage, AML asset url, and AML Datastore url: `AzureML Data Scientist`
32-
- other blob urls: `Storage Blob Data Reader role`
30+
- Based on where you put your Vector Index, the identity used by the promptflow runtime should be granted with certain roles. Please refer to [Steps to assign an Azure role](../../../role-based-access-control/role-assignments-steps.md):
31+
32+
| Location | Role |
33+
| ---- | ---- |
34+
| workspace datastores or workspace default blob | AzureML Data Scientist |
35+
| other blobs | Storage Blob Data Reader |
3336

3437
## Inputs
3538

3639
The tool accepts the following inputs:
3740

3841
| Name | Type | Description | Required |
3942
| ---- | ---- | ----------- | -------- |
40-
| path | string | blob/AML asset/datastore url for the VectorIndex.<br><br>blob url format:<br>https://`<account_name>`.blob.core.windows.net/`<container_name>`/`<path_and_folder_name>`.<br><br>AML asset url format:<br>azureml://subscriptions/`<your_subscription>`/resourcegroups/`<your_resource_group>>`/workspaces/`<your_workspace>`/datastores/`<your_datastore>`/paths/`<asset_name and optional version/label>`<br><br>AML datastore url format:<br>azureml://subscriptions/`<your_subscription>`/resourcegroups/`<your_resource_group>`/workspaces/`<your_workspace>`/data/`<data_path>` | Yes |
43+
| path | string | blob/AML asset/datastore URL for the VectorIndex.<br><br>blob URL format:<br>https://`<account_name>`.blob.core.windows.net/`<container_name>`/`<path_and_folder_name>`.<br><br>AML asset URL format:<br>azureml://subscriptions/`<your_subscription>`/resourcegroups/`<your_resource_group>>`/workspaces/`<your_workspace>`/datastores/`<your_datastore>`/paths/`<asset_name and optional version/label>`<br><br>AML datastore URL format:<br>azureml://subscriptions/`<your_subscription>`/resourcegroups/`<your_resource_group>`/workspaces/`<your_workspace>`/data/`<data_path>` | Yes |
4144
| query | string, list[float] | The text to be queried.<br>or<br>The target vector to be queried, which can be generated by the LLM tool. | Yes |
4245
| top_k | integer | The count of top-scored entities to return. Default value is 3. | No |
4346

articles/sentinel/connect-cef-ama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ This example collects events for:
369369
1. To capture messages sent from a logger or a connected device, run this command in the background:
370370
371371
```
372-
tcpdump -I any port 514 -A vv &
372+
tcpdump -i any port 514 -A vv &
373373
```
374374
1. After you complete the validation, we recommend that you stop the `tcpdump`: Type `fg` and then select <kbd>Ctrl</kbd>+<kbd>C</kbd>.
375375
1. To send demo messages, do one of the following:
454 KB
Loading
144 KB
Loading

0 commit comments

Comments
 (0)