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/api-center/configure-environments-deployments.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ Here you add a deployment by associating one of your APIs with the environment y
73
73
74
74
1. In the left menu, under **Assets**, select **APIs**.
75
75
76
-
1. Select an API, for example, the *Demo Conference API*.
76
+
1. Select an API, for example, the *Conference API*.
77
77
78
-
1. On the **Demo Conference API** page, under **Details**, select **Deployments** > **+ Add deployment**.
78
+
1. On the **Conference API** page, under **Details**, select **Deployments** > **+ Add deployment**.
79
79
80
80
1. In the **Add deployment** page, add the following information. If you previously defined the custom *Line of business* metadata or other metadata assigned to environments, you'll see them at the bottom of the page.
81
81
@@ -85,7 +85,7 @@ Here you add a deployment by associating one of your APIs with the environment y
85
85
|**Identification**|After you enter the preceding title, Azure API Center generates this identifier, which you can override.| Azure resource name for the deployment.|
86
86
|**Description**| Optionally enter a description. | Description of the deployment. |
87
87
|**Environment**| Make a selection from the dropdown, such as *My Testing*, or optionally select **Create new**.| New or existing environment where the API version is deployed. |
88
-
|**Definition**| Select or add a definition file for a version of the Demo Conference API. | API definition file. |
88
+
|**Definition**| Select or add a definition file for a version of the Conference API. | API definition file. |
89
89
|**Runtime URL**| Enter a base URL, for example, `https://api.contoso.com`. | Base runtime URL for the API in the environment. |
90
90
|**Line of business**| If you added this custom metadata, optionally make a selection from the dropdown, such as **IT**. | Custom metadata that identifies the business unit that manages APIs in the environment. |
* Complete the previous tutorial, [Define custom metadata](add-metadata-properties.md), to define custom metadata for your APIs.
33
33
@@ -41,7 +41,7 @@ When you register (add) an API in your API center, the API registration includes
41
41
42
42
After registering an API, you can add versions and definitions to the API.
43
43
44
-
The following steps register two sample APIs: Swagger Petstore API and Demo Conference API (see [Prerequisites](#prerequisites)). If you prefer, register APIs of your own.
44
+
The following steps register two sample APIs: Swagger Petstore API and Conference API (see [Prerequisites](#prerequisites)). If you prefer, register APIs of your own.
45
45
46
46
1. In the [portal](https://portal.azure.com), navigate to your API center.
47
47
@@ -70,7 +70,7 @@ The following steps register two sample APIs: Swagger Petstore API and Demo Conf
70
70
71
71
1. Select **Create**. The API is registered.
72
72
73
-
1. Repeat the preceding three steps to register another API, such as the Demo Conference API.
73
+
1. Repeat the preceding three steps to register another API, such as the Conference API.
74
74
75
75
> [!TIP]
76
76
> When you register an API in the portal, you can select any of the predefined API types or enter another type of your choice.
@@ -89,9 +89,9 @@ Here you add a version to one of your APIs:
89
89
90
90
1. In the portal, navigate to your API center.
91
91
92
-
1. In the left menu, select **APIs**, and then select an API, for example, *Demo Conference API*.
92
+
1. In the left menu, select **APIs**, and then select an API, for example, *Swagger Petstore*.
93
93
94
-
1. On the Demo Conference API page, under **Details**, select **Versions** > **+ Add version**.
94
+
1. On the API page, under **Details**, select **Versions** > **+ Add version**.
95
95
96
96
:::image type="content" source="media/register-apis/add-version.png" alt-text="Screenshot of adding an API version in the portal." lightbox="media/register-apis/add-version.png":::
97
97
@@ -126,9 +126,9 @@ To add an API definition to your version:
126
126
|**Title**| Enter a title of your choice, such as *v2 Definition*.|Name you choose for the API definition.|
127
127
|**Identification**|After you enter the preceding title, Azure API Center generates this identifier, which you can override.| Azure resource name for the definition.|
128
128
|**Description**| Optionally enter a description. | Description of the API definition. |
129
-
|**Specification name**| For the Demo Conference API, select **OpenAPI**. | Specification format for the API.|
130
-
|**Specification version**| Enter a version identifier of your choice, such as *2.0*. | Specification version. |
131
-
|**Document**| Browse to a local definition file for the Demo Conference API, or enter a URL. Example URL: `https://conferenceapi.azurewebsites.net?format=json`| API definition file. |
129
+
|**Specification name**| For the Petstore API, select **OpenAPI**. | Specification format for the API.|
130
+
|**Specification version**| Enter a version identifier of your choice, such as *3.0*. | Specification version. |
131
+
|**Document**| Browse to a local definition file for the Petstore API, or enter a URL. Example URL: `https://raw.githubusercontent.com/swagger-api/swagger-petstore/refs/heads/master/src/main/resources/openapi.yaml`| API definition file. |
132
132
133
133
:::image type="content" source="media/register-apis/add-definition.png" alt-text="Screenshot of adding an API definition in the portal." lightbox="media/register-apis/add-definition.png" :::
To add the PMTiles protocol, hook the data source with the specified protocol URI scheme. The following sample uses the [Overture] building dataset to add building data over the basemap.
The following sample uses the [Overture] building dataset to add building data over the basemap.
37
+
56
38
PMTiles are added as a map source during the map event. Once added, the specified URI scheme is available to the Azure Maps Web SDK. In the following sample, the PMTiles URL is added as a `VectorTileSource`.
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/management/move-resource-group-and-subscription.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,6 +479,10 @@ When you receive this error, you have two options. Either move your resources to
479
479
480
480
No, you can't move a resource group to a new subscription. But, you can move all of the resources in the resource group to a resource group in another subscription. Settings such as tags, role assignments, and policies aren't automatically transferred from the original resource group to the destination resource group. You need to reapply these settings to the new resource group. For more information, see [Move resources to new resource group or subscription](./move-support-resources.md).
481
481
482
+
### Unsupported scenarios
483
+
484
+
The platform blocks a scenario where resources from Subscription A are migrated to Subscription B when *at the same time* resources from Subscription B are migrated to Subscription C. This is by design.
485
+
482
486
## Next steps
483
487
484
488
For a list of which resources support move, see [Move operation support for resources](move-support-resources.md).
Copy file name to clipboardExpand all lines: articles/azure-vmware/ecosystem-app-monitoring-solutions.md
+101-1Lines changed: 101 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,108 @@ Microsoft recommends [Application Insights](/azure/azure-monitor/app/app-insight
17
17
18
18
Learn how modern monitoring with Azure Monitor can transform your business by reviewing the [product overview, features, getting started guide and more](https://azure.microsoft.com/services/monitor).
19
19
20
+
### Azure Resource Health for Azure VMware Solution Private Cloud (Public preview)
21
+
22
+
In this article, you learn how Azure Resource Health helps you diagnose and get support for service problems that affect your Private Cloud resources. Azure Resource Health reports on the current and past health of your Private Cloud Infrastructure resources and provides you with a personalized dashboard of the health of the infrastructure resources. Azure Resource Health allows you to report on historical events and can identify every time a service is unavailable and if Service Level Agreement (SLA) is violated.
23
+
24
+
#### Preview Enablement
25
+
26
+
You are required to register yourself for the feature preview under _Preview Features_ of Azure VMware Solution in Azure portal. Customers should first register themselves to ***"Microsoft.AVS/ResourceHealth"*** preview flag from Azure portal and once registered, all the preconfigured alerts related to Host replacement, vCenter, and other critical alarms will start to surface in the Resource Health of Azure VMware Solution (AVS) User Interface (UI).
27
+
28
+
#### Benefits of enabling Resource Health
29
+
30
+
- Resource Health feature enablement adds significant value to your monitoring capabilities. You get notified about unplanned maintenance that took place in your private cloud infrastructure.
31
+
32
+
- Resource Health gives you a personalized dashboard of the health of your resources. Resource Health shows all the time that your resources have been unavailable which makes it easy for you to check if SLA was violated.
33
+
34
+
- For the Public Preview, a group of critical alerts are enabled which notifies you about Host replacements, storage critical alarms and also about the Network health of your private cloud.
35
+
36
+
- The alerts are updated to have all the necessary information for better reporting and triage purposes.
37
+
38
+
- Resource Health uses Azure Action groups that allow you to configure Email/SMS/Webhook/ITSM and get notified via communication method of your choice.
39
+
40
+
- Once Enabled the health of your private cloud infrastructure reflects following statuses
41
+
42
+
43
+
- Available
44
+
45
+
- Unavailable
46
+
47
+
- Unknown
48
+
49
+
- Degraded
50
+
51
+
52
+
#### Available
53
+
54
+
Available means that there are no events detected that affect the health of the resource. In cases where the resource recovered from unplanned downtime during the last 24 hours, you see a "Recently resolved" notification
55
+
56
+
57
+
58
+
#### Unavailable
59
+
60
+
Unavailable means that the service detected an ongoing platform or nonplatform event that affects the health of the resource.
61
+
62
+
#### Unknown
63
+
64
+
Unknown means that Resource Health hasn't received information about the resource for more than 10 minutes. You may see this status under two different conditions:
65
+
66
+
- Your subscription is not enabled for Resource Health metrics, and you need to register yourself for the preview.
67
+
68
+
- If the resource is running as expected, the status of the resource will change to Available after a few minutes. If you experience problems with the resource, the Unknown health status might mean that an event in the private cloud is affecting the resource.
69
+
70
+
71
+
72
+
#### Degraded
73
+
74
+
Degraded means that Resource Health detected a loss in performance in either one or more private cloud resources, although it's still available for use. Different resources have their own criteria for when they report that they are degraded.
75
+
76
+
77
+
78
+
#### Pre-configured Alarms enabled in Azure Resource Health
79
+
80
+
81
+
|Alert Name|Remediation Mode|
82
+
| -------- | -------- |
83
+
|Physical Disk Health Alarm |System Remediation|
84
+
|System Board Health Alarm|System Remediation|
85
+
| Memory Health Alarm|System Remediation|
86
+
|Storage Health Alarm|System Remediation|
87
+
|Temperature Health Alarm |System Remediation|
88
+
|Host Connection State Alarm|System Remediation|
89
+
|High Availability (HA) host Status |System Remediation|
90
+
| Network Connectivity Lost Alarm|System Remediation|
91
+
|Virtual Storage (vSAN) Host Disk Error Alarm|System Remediation|
|iDRAC critical alerts if there are hardware faults (CPU/DIMM/PCI bus/Voltage issues)|System Remediation|
97
+
|vSphere HA restarted a virtual machine|System Remediation|
98
+
|Virtual Storage (vSAN) High Disk Utilization|Customer Intervention Required|
99
+
|Replacement Start and Stop Notification|System Remediation|
100
+
|Repair Service notification to customers (Host reboot and Restart of Management services) |System Remediation|
101
+
|Notification to customer when a Virtual Machine is configured to use an external device that prevents a maintenance operation|Customer Intervention Required|
102
+
| Customer notification when CD-ROM is mounted on the Virtual Machine and its ISO image isn't accessible and blocks maintenance operation|Customer Intervention Required|
103
+
|Notification to customer when an external Datastore mounted becomes inaccessible and will block maintenance operations|Customer Intervention Required|
104
+
|Notification to customer when connected network adapter becomes inaccessible and blocks any maintenance operations|Customer Intervention Required|
You can also continue with one of the other Azure VMware Solution how-to [guides](/azure/azure-vmware/deploy-azure-vmware-solution?tabs=azure-portal)
119
+
20
120
## Third-party solutions
21
-
Our application performance monitoring and troubleshooting partners have industry-leading solutions in VMware-based environments that assure the availability, reliability, and responsiveness of applications and services. Our customers adopt many of the solutions integrated with VMware NSX-T Data Center for their on-premises deployments. As one of our key principles, we want to enable them to continue to use their investments and VMware solutions running on Azure. Many of the Independent Software Vendors (ISV) already validated their solutions with Azure VMware Solution.
121
+
Our application performance monitoring and troubleshooting partners have industry-leading solutions in VMware-based environments that assure the availability, reliability, and responsiveness of applications and services. You can adopt many of the solutions integrated with VMware NSX-T Data Center for their on-premises deployments. As one of our key principles, we want to enable you to continue to use your investments and VMware solutions running on Azure. Many of the Independent Software Vendors (ISV) already validated their solutions with Azure VMware Solution.
22
122
23
123
You can find more information about these solutions here:
0 commit comments