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/azure-monitor/autoscale/autoscale-custom-metric.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: edbaynash
6
6
ms.service: azure-monitor
7
7
ms.subservice: autoscale
8
8
ms.topic: how-to
9
-
ms.date: 06/22/2022
9
+
ms.date: 07/09/2023
10
10
ms.reviewer: akkumari
11
11
12
12
# 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
19
19
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.
20
20
21
21
> [!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.
23
23
24
24
Azure Monitor autoscale applies to:
25
25
@@ -114,7 +114,7 @@ Set up a scale-out rule so that Azure spins up another instance of the web app w
114
114
115
115
### Set up a scale-in rule
116
116
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.
118
118
119
119
1. In the **Rules** section of the default scale condition, select **Add a rule**.
120
120
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.
152
152
153
153
To learn more about autoscale, see the following articles:
154
154
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)
Copy file name to clipboardExpand all lines: articles/azure-vmware/disaster-recovery-using-vmware-site-recovery-manager.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ VMware vSphere Replication is VMware's hypervisor-based replication technology f
17
17
In this article, you'll implement disaster recovery for on-premises VMware vSphere virtual machines (VMs) or Azure VMware Solution-based VMs.
18
18
19
19
20
+
> [!NOTE]
21
+
> The current version of VMware Site Recovery Manager (SRM) in Azure VMware Solution is 8.5.0.3.
20
22
## Supported scenarios
21
23
22
24
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
88
90
89
91
1. In your on-premises data center, install VMware SRM and vSphere Replication.
90
92
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.
94
95
1. In your Azure VMware Solution private cloud, under **Manage**, select **Add-ons** > **Disaster recovery**.
95
96
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
+
97
99
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":::
99
101
102
+
103
+
> [!NOTE]
104
+
> The current version of VMware Site Recovery Manager (SRM) in Azure VMware Solution is 8.5.0.3.
100
105
1. From the **Disaster Recovery Solution** drop-down, select **VMware Site Recovery Manager (SRM) – vSphere Replication**.
101
106
102
107
:::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
304
309
-[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)
305
310
-[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)
306
311
-[Network ports for vSphere Replication](https://kb.vmware.com/s/article/2087769)
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/how-to-deploy-for-real-time-inference.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
9
9
author: likebupt
10
10
ms.author: keli19
11
11
ms.reviewer: lagayhar
12
-
ms.date: 06/30/2023
12
+
ms.date: 07/07/2023
13
13
---
14
14
15
15
@@ -93,6 +93,12 @@ You can continue to configure the endpoint in wizard, as the endpoint creation w
93
93
94
94
If the checkbox is selected, the first row of your input data will be used as sample input data for testing the endpoint later.
95
95
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
+
96
102
### Connections
97
103
98
104
In this step, you can view all connections within your flow, and change connections used by the endpoint when it performs inference later.
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/tools-reference/faiss-index-lookup-tool.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,29 +16,26 @@ ms.date: 06/30/2023
16
16
17
17
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.
18
18
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/).
- 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 |
34
31
35
32
## Inputs
36
33
37
34
The tool accepts the following inputs:
38
35
39
36
| Name | Type | Description | Required |
40
37
| ---- | ---- | ----------- | -------- |
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 |
42
39
| vector | list[float]| The target vector to be queried, which can be generated by the LLM tool. | Yes |
43
40
| top_k | integer | The count of top-scored entities to return. Default value is 3. | No |
44
41
@@ -52,7 +49,6 @@ The following is an example for JSON format response returned by the tool, which
52
49
| score | float | Distance between the entity and the query vector |
53
50
| metadata | dict | Customized key-value pairs provided by user when creating the index |
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.
- 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`.
- 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 |
33
36
34
37
## Inputs
35
38
36
39
The tool accepts the following inputs:
37
40
38
41
| Name | Type | Description | Required |
39
42
| ---- | ---- | ----------- | -------- |
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 |
41
44
| 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 |
42
45
| top_k | integer | The count of top-scored entities to return. Default value is 3. | No |
0 commit comments