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/operator-nexus/howto-use-azure-policy-for-aks-cluster-security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This guide provides information on how to apply policy definitions to your clust
19
19
20
20
If you're new to Azure Policy, here are some helpful resources that you can use to become more familiar with Azure Policy, how it can be used to secure your AKS clusters, and the built-in policy definitions that are available for you to use for AKS resource protection:
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-use-vm-console-service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The Virtual Machine (VM) console service provides managed access to a VM hosted
15
15
16
16
:::image type="content" source="media/vm-console-service.png" alt-text="Diagram of VM Console service." lightbox="media/vm-console-service.png":::
17
17
18
-
For more information about networking resources that enables private connectivity to an Operator Nexus Instance, see [Introduction to Azure Private Link](https://learn.microsoft.com/training/modules/introduction-azure-private-link/).
18
+
For more information about networking resources that enables private connectivity to an Operator Nexus Instance, see [Introduction to Azure Private Link](/training/modules/introduction-azure-private-link/).
19
19
20
20
This document provides guided instructions of how to use the VM Console service to establish a session with a Virtual Machine in an Operator Nexus Instance.
See [how-to schedule a contact](schedule-contact.md) for the Portal method. The API can also be used to create a contact. See the [API docs](https://learn.microsoft.com/rest/api/orbital/) for this method.
55
+
See [how-to schedule a contact](schedule-contact.md) for the Portal method. The API can also be used to create a contact. See the [API docs](/rest/api/orbital/) for this method.
Copy file name to clipboardExpand all lines: articles/orbital/partner-network-integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article describes how to integrate partner network ground stations for cust
16
16
## Prerequisites
17
17
18
18
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19
-
-[Contributor permissions](https://learn.microsoft.com/azure/role-based-access-control/rbac-and-directory-admin-roles#azure-roles) at the subscription level.
19
+
-[Contributor permissions](/azure/role-based-access-control/rbac-and-directory-admin-roles#azure-roles) at the subscription level.
20
20
- A [Basic Support Plan](https://azure.microsoft.com/support/plans/) or higher is required for a spacecraft authorization request.
21
21
- A spacecraft license is required for private spacecraft.
22
22
- An active contract with the partner network(s) you wish to integrate with Azure Orbital Ground Station:
Copy file name to clipboardExpand all lines: articles/orbital/prepare-network.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,17 @@ Ensure the contact profile properties are set as follows:
43
43
|**Property**|**Setting**|
44
44
|----------|---------|
45
45
| subnetId | Enter the **full ID to the delegated subnet**, which can be found inside the VNET's JSON view. subnetID is found under networkConfiguration. |
46
-
| ipAddress | For each link, enter an **IP for TCP/UDP server mode**. Leave blank for TCP/UDP client mode. See section below for a detailed explanation on configuring this property. |
47
-
| port | For each link, port must be within 49152 and 65535 range and must be unique across all links in the contact profile. |
46
+
| ipAddress | For each link, enter an **IP for TCP/UDP server mode**. Leave blank for TCP/UDP client mode. See the following section for a detailed explanation of configuring this property. |
47
+
| port | For each link, the port must be within the 49152 and 65535 range and must be unique across all links in the contact profile. |
48
48
49
49
> [!NOTE]
50
-
> You can have multiple links/channels in a contact profile, and you can have multiple IPs. But the combination of port/protocol must be unique. You cannot have two identical ports, even if you have two different destination IPs.
50
+
> You can have multiple links/channels in a contact profile, and you can have multiple IPs. However the combination of port/protocol must be unique. You cannot have two identical ports, even if you have two different destination IPs.
51
51
52
-
For more information, learn about [contact profiles](https://learn.microsoft.com/azure/orbital/concepts-contact-profile) and [how to configure a contact profile](https://learn.microsoft.com/azure/orbital/contact-profile).
52
+
For more information, learn about [contact profiles](/azure/orbital/concepts-contact-profile) and [how to configure a contact profile](/azure/orbital/contact-profile).
53
53
54
54
## Schedule the contact
55
55
56
-
The Azure Orbital Ground Station platform pre-reserves IPs in the subnet when a contact is scheduled. These IPs represent the platform side endpoints for each link. IPs will be unique between contacts, and if multiple concurrent contacts are using the same subnet, Microsoft guarantees those IPs to be distinct. The service will fail to schedule the contact and an error will be returned if the service runs out of IPs or cannot allocate an IP.
56
+
The Azure Orbital Ground Station platform pre-reserves IPs in the subnet when a contact is scheduled. These IPs represent the platform side endpoints for each link. IPs are unique between contacts, and if multiple concurrent contacts are using the same subnet, Microsoft guarantees those IPs to be distinct. The service fails to schedule the contact and an error is returned if the service runs out of IPs or cannot allocate an IP.
57
57
58
58
When you create a contact, you can find these IPs by viewing the contact properties. Select JSON view in the portal or use the GET contact API call to view the contact properties. Make sure to use the current API version of 2022-03-01. The parameters of interest are below:
59
59
@@ -71,7 +71,7 @@ You can use this information to set up network policies or to distinguish betwee
71
71
> - Only one destination IP is present. Any link in client mode should connect to this IP and the links are differentiated based on port.
72
72
> - Many source IPs can be present. Links in server mode will connect to your specified IP address in the contact profile. The flows will originate from the source IPs present in this field and target the port as per the link details in the contact profile. There is no fixed assignment of link to source IP so please make sure to allow all IPs in any networking setup or firewalls.
73
73
74
-
For more information, learn about [contacts](https://learn.microsoft.com/azure/orbital/concepts-contact) and [how to schedule a contact](https://learn.microsoft.com/azure/orbital/schedule-contact).
74
+
For more information, learn about [contacts](/azure/orbital/concepts-contact) and [how to schedule a contact](/azure/orbital/schedule-contact).
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-create-server-customer-managed-key-azure-api.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
@@ -25,7 +25,7 @@ Prerequisites:
25
25
> [!NOTE]
26
26
> API examples below are based on 2022-12-01 API version
27
27
28
-
You can create a PostgreSQL Flexible Server encrypted with Customer Managed Key by using the [create API](https://learn.microsoft.com/rest/api/postgresql/flexibleserver/servers/create?tabs=HTTP):
28
+
You can create a PostgreSQL Flexible Server encrypted with Customer Managed Key by using the [create API](/rest/api/postgresql/flexibleserver/servers/create?tabs=HTTP):
29
29
```rest
30
30
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}?api-version=2022-12-01
31
31
@@ -54,7 +54,7 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
54
54
```
55
55
Key Vault Uri can be copied from key properties **Key Identifier** field in Azure Key Vault Portal UI, as shown in image below:
56
56
:::image type="content" source="./media/how-to-create-server-customer-managed-key-azure-api/key-uri-portal.png" alt-text =" Screenshot of key properties and URI on Azure Key Vault Portal page." :::
57
-
You can also programmatically fetch Key Vault Uri using [Azure REST API](https://learn.microsoft.com/rest/api/keyvault/keyvault/vaults/get?tabs=HTTP)
57
+
You can also programmatically fetch Key Vault Uri using [Azure REST API](/rest/api/keyvault/keyvault/vaults/get?tabs=HTTP)
Copy file name to clipboardExpand all lines: articles/private-5g-core/delete-resources.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
@@ -64,13 +64,13 @@ If you are deleting multiple sites, repeat this step for each site.
64
64
65
65
## Delete the AKS cluster
66
66
67
-
The Azure Kubernetes Service (AKS) cluster is an orchestration layer used to manage the packet core software components. To delete the Azure Kubernetes Service (AKS) connected cluster, follow [Remove the Azure Kubernetes service](https://learn.microsoft.com/azure/databox-online/azure-stack-edge-deploy-aks-on-azure-stack-edge#remove-the-azure-kubernetes-service).
67
+
The Azure Kubernetes Service (AKS) cluster is an orchestration layer used to manage the packet core software components. To delete the Azure Kubernetes Service (AKS) connected cluster, follow [Remove the Azure Kubernetes service](/azure/databox-online/azure-stack-edge-deploy-aks-on-azure-stack-edge#remove-the-azure-kubernetes-service).
68
68
69
69
If you are deleting multiple sites, repeat this step for each site.
70
70
71
71
## Reset ASE
72
72
73
-
Azure Stack Edge (ASE) hardware runs the packet core software at the network edge. To reset your ASE device, follow [Reset and reactivate your Azure Stack Edge device](https://learn.microsoft.com/azure/databox-online/azure-stack-edge-reset-reactivate-device).
73
+
Azure Stack Edge (ASE) hardware runs the packet core software at the network edge. To reset your ASE device, follow [Reset and reactivate your Azure Stack Edge device](/azure/databox-online/azure-stack-edge-reset-reactivate-device).
74
74
75
75
If you are deleting multiple sites, repeat this step for each site.
Copy file name to clipboardExpand all lines: articles/reliability/asm-retirement.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ Azure Service Manager (ASM) is the old control plane of Azure responsible for cr
16
16
## Benefits of migrating to ARM
17
17
Migrating from the classic resource model to ARM offers several benefits, including:
18
18
19
-
-**Simplified management**: ARM provides a [unified platform](https://learn.microsoft.com/azure/azure-resource-manager/management/overview) for managing and deploying resources, allowing for easier provisioning, monitoring, and updating of infrastructure components.
20
-
-**Improved security**: ARM incorporates robust security features, such as [role-based access control (RBAC)](https://learn.microsoft.com/azure/role-based-access-control/overview) and [Managed Identity](https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview), to help protect resources and provide automatic credential management
21
-
-**High Availability and Resiliency**: [Availability Zones](https://learn.microsoft.com/azure/reliability/availability-zones-overview) allow customers to run mission-critical applications with higher availability and fault tolerance to datacenter failures
22
-
-**High Scalability**: ARM enables [automatic scaling](https://learn.microsoft.com/azure/well-architected/scalability/design-scale) of resources based on demand, ensuring applications can handle increased workloads efficiently.
23
-
-**Cost optimization**: ARM provides features like [cost management](https://learn.microsoft.com/azure/cost-management-billing/) and [resource tagging](https://learn.microsoft.com/azure/azure-resource-manager/management/tag-resources), enabling better visibility and control over resource usage, leading to cost optimization and efficient resource allocation.
19
+
-**Simplified management**: ARM provides a [unified platform](/azure/azure-resource-manager/management/overview) for managing and deploying resources, allowing for easier provisioning, monitoring, and updating of infrastructure components.
20
+
-**Improved security**: ARM incorporates robust security features, such as [role-based access control (RBAC)](/azure/role-based-access-control/overview) and [Managed Identity](/azure/active-directory/managed-identities-azure-resources/overview), to help protect resources and provide automatic credential management
21
+
-**High Availability and Resiliency**: [Availability Zones](/azure/reliability/availability-zones-overview) allow customers to run mission-critical applications with higher availability and fault tolerance to datacenter failures
22
+
-**High Scalability**: ARM enables [automatic scaling](/azure/well-architected/scalability/design-scale) of resources based on demand, ensuring applications can handle increased workloads efficiently.
23
+
-**Cost optimization**: ARM provides features like [cost management](/azure/cost-management-billing/) and [resource tagging](/azure/azure-resource-manager/management/tag-resources), enabling better visibility and control over resource usage, leading to cost optimization and efficient resource allocation.
24
24
25
25
26
26
There are many service-related benefits which can be found in the migration guides.
Copy file name to clipboardExpand all lines: articles/sap/monitor/provider-netweaver.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Ensure all the prerequisites are successfully completed. To add the NetWeaver pr
190
190
3. Ensure the NSG/firewall is not blocking the port – 5XX13 or 5XX14. (XX - SAP Instance Number)
191
191
4. Check if AMS and SAP VMs are in the same vNet or are attached using vNet peering.
192
192
193
-
If not attached, see the following [link](https://learn.microsoft.com/azure/virtual-network/tutorial-connect-virtual-networks-portal) to connect vNets:
193
+
If not attached, see the following [link](/azure/virtual-network/tutorial-connect-virtual-networks-portal) to connect vNets:
194
194
195
195
2. **Check for unprotected updated rules. ErrorCode: SOAPWebMethodsValidationFailed**
0 commit comments