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/active-directory/fundamentals/whats-new.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
@@ -87,7 +87,7 @@ If you need additional permissions or resources supported, which you don’t cur
87
87
New provisioning logs are available to help you monitor and troubleshoot the user and group provisioning deployment. These new log files include information about:
88
88
89
89
- What groups were successfully created in [ServiceNow](https://docs.microsoft.com/azure/active-directory/saas-apps/servicenow-provisioning-tutorial)
90
-
- What roles were imported from [Amazon Web Services (AWS)](https://docs.microsoft.com/azure/active-directory/saas-apps/amazon-web-service-tutorial#configure-and-test-azure-ad-single-sign-on)
90
+
- What roles were imported from [Amazon Web Services (AWS)](https://docs.microsoft.com/azure/active-directory/saas-apps/amazon-web-service-tutorial#configure-and-test-azure-ad-single-sign-on-for-amazon-web-services-aws)
91
91
- What employees weren't imported from [Workday](https://docs.microsoft.com/azure/active-directory/saas-apps/workday-inbound-tutorial)
92
92
93
93
For more information, see [Provisioning reports in the Azure Active Directory portal (preview)](https://docs.microsoft.com/azure/active-directory/reports-monitoring/concept-provisioning-logs).
Copy file name to clipboardExpand all lines: articles/germany/germany-migration-analytics.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
@@ -64,7 +64,7 @@ To migrate Azure Stream Analytics services from Azure Germany to global Azure, m
64
64
65
65
For more information:
66
66
67
-
- Refresh your knowledge by completing the [Stream Analytics tutorials](https://docs.microsoft.com/azure/stream-analytics/#step-by-step-tutorials).
67
+
- Refresh your knowledge by completing the [Stream Analytics tutorials](https://docs.microsoft.com/azure/stream-analytics/stream-analytics-manage-job).
68
68
- Review the [Stream Analytics overview](../stream-analytics/stream-analytics-introduction.md).
69
69
- Learn how to [create a Stream Analytics job by using PowerShell](../stream-analytics/stream-analytics-quick-create-powershell.md).
Copy file name to clipboardExpand all lines: articles/germany/germany-migration-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
@@ -85,7 +85,7 @@ The Azure Logic Apps service isn't available in Azure Germany. However, Azure Sc
85
85
86
86
For more information:
87
87
88
-
- Become familiar with features in Azure Logic Apps by completing the [Logic Apps tutorials](https://docs.microsoft.com/azure/logic-apps/#step-by-step-tutorials).
88
+
- Become familiar with features in Azure Logic Apps by completing the [Logic Apps tutorials](https://docs.microsoft.com/azure/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow).
89
89
- Review the [Azure Logic Apps overview](../logic-apps/logic-apps-overview.md).
Copy file name to clipboardExpand all lines: articles/germany/germany-migration-management-tools.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
@@ -51,7 +51,7 @@ Azure Scheduler is being deprecated. Use Azure Logic Apps to create scheduling j
51
51
52
52
For more information:
53
53
54
-
- Become familiar with features in Azure Logic Apps by completing the [Logic Apps tutorials](https://docs.microsoft.com/azure/logic-apps/#step-by-step-tutorials).
54
+
- Become familiar with features in Azure Logic Apps by completing the [Logic Apps tutorials](https://docs.microsoft.com/azure/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow).
55
55
- Review the [Logic Apps overview](../logic-apps/logic-apps-overview.md).
Copy file name to clipboardExpand all lines: articles/germany/germany-migration-networking.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
@@ -100,7 +100,7 @@ You can collect information about your current gateway configuration by using th
100
100
101
101
For more information:
102
102
103
-
- Refresh your knowledge by completing the [Application Gateway tutorials](https://docs.microsoft.com/azure/application-gateway/#step-by-step-tutorials).
103
+
- Refresh your knowledge by completing the [Application Gateway tutorials](https://docs.microsoft.com/azure/application-gateway/application-gateway-web-application-firewall-portal).
104
104
- Learn how to [create an application gateway](../application-gateway/quick-create-portal.md).
105
105
- Review the [Get-AzApplicationGateway](/powershell/module/az.network/get-azapplicationgateway) PowerShell cmdlets.
Copy file name to clipboardExpand all lines: articles/germany/germany-migration-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
@@ -69,7 +69,7 @@ You can collect information about your current gateway configuration by using th
69
69
70
70
For more information:
71
71
72
-
- Refresh your knowledge by completing the [Application Gateway tutorials](https://docs.microsoft.com/azure/application-gateway/#step-by-step-tutorials).
72
+
- Refresh your knowledge by completing the [Application Gateway tutorials](https://docs.microsoft.com/azure/application-gateway/application-gateway-web-application-firewall-portal).
73
73
- Learn how to [create an application gateway](../application-gateway/quick-create-portal.md).
74
74
- Review the [Get-AzApplicationGateway](/powershell/module/az.network/get-azapplicationgateway) PowerShell cmdlets.
Copy file name to clipboardExpand all lines: articles/private-link/create-private-link-service-cli.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
@@ -25,13 +25,13 @@ Before you can create a virtual network, you have to create a resource group to
25
25
az group create --name myResourceGroup --location westcentralus
26
26
```
27
27
### Create a virtual network
28
-
Create a virtual network with [az network vnet create](/cli/azure/network/az-network-vnet-create). This example creates a default virtual network named *myVirtualNetwork* with one subnet named *mySubnet*:
28
+
Create a virtual network with [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create). This example creates a default virtual network named *myVirtualNetwork* with one subnet named *mySubnet*:
29
29
30
30
```azurecli-interactive
31
31
az network vnet create --resource-group myResourceGroup --name myVirtualNetwork --address-prefix 10.0.0.0/16
32
32
```
33
33
### Create a subnet
34
-
Create a subnet for the virtual network with [az network vnet subnet create](/cli/azure/network/az-network-vnet-subnet-create). This example creates a subnet named *mySubnet* in the *myVirtualNetwork* virtual network:
34
+
Create a subnet for the virtual network with [az network vnet subnet create](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-create). This example creates a subnet named *mySubnet* in the *myVirtualNetwork* virtual network:
@@ -78,15 +78,15 @@ In this example, we don't cover virtual machine creation. You can follow the ste
78
78
79
79
80
80
### Disable Private Link service network policies on subnet
81
-
Private Link service requires an IP from any subnet of your choice within a virtual network. Currently, we don’t support Network Policies on these IPs. Hence, we have to disable the network policies on the subnet. Update the subnet to disable Private Link service network policies with [az network vnet subnet update](/cli/azure/network/az-network-vnet-subnet-update).
81
+
Private Link service requires an IP from any subnet of your choice within a virtual network. Currently, we don’t support Network Policies on these IPs. Hence, we have to disable the network policies on the subnet. Update the subnet to disable Private Link service network policies with [az network vnet subnet update](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-update).
Create a Private Link service using Standard Load Balancer frontend IP configuration with [az network private-link-service create](/cli/azure/network/az-network-private-link-service-create). This example creates a Private Link service named *myPLS* using Standard Load Balancer named *myLoadBalancer* in resource group named *myResourceGroup*.
89
+
Create a Private Link service using Standard Load Balancer frontend IP configuration with [az network private-link-service create](/cli/azure/network/private-link-service#az-network-private-link-service-create). This example creates a Private Link service named *myPLS* using Standard Load Balancer named *myLoadBalancer* in resource group named *myResourceGroup*.
90
90
91
91
```azurecli-interactive
92
92
az network private-link-service create \
@@ -107,15 +107,15 @@ Next, we will demonstrate how to map this service to a private endpoint in diffe
107
107
## Private endpoints
108
108
109
109
### Create the virtual network
110
-
Create a virtual network with [az network vnet create](/cli/azure/network/az-network-vnet-create). This example creates a virtual network named *myPEVNet* in resource group named *myResourcegroup*:
110
+
Create a virtual network with [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create). This example creates a virtual network named *myPEVNet* in resource group named *myResourcegroup*:
111
111
```azurecli-interactive
112
112
az network vnet create \
113
113
--resource-group myResourceGroup \
114
114
--name myPEVnet \
115
115
--address-prefix 10.0.0.0/16
116
116
```
117
117
### Create the subnet
118
-
Create a subnet in virtual network with [az network vnet subnet create](/cli/azure/network/az-network-vnet-subnet-create). This example creates a subnet named *mySubnet* in virtual network named *myPEVnet* in resource group named *myResourcegroup*:
118
+
Create a subnet in virtual network with [az network vnet subnet create](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-create). This example creates a subnet named *mySubnet* in virtual network named *myPEVnet* in resource group named *myResourcegroup*:
119
119
120
120
```azurecli-interactive
121
121
az network vnet subnet create \
@@ -125,7 +125,7 @@ az network vnet subnet create \
125
125
--address-prefixes 10.0.0.0/24
126
126
```
127
127
## Disable private endpoint network policies on subnet
128
-
Private endpoint can be created in any subnet of your choice within a virtual network. Currently, we don’t support network policies on private endpoints. Hence, we have to disable the network policies on the subnet. Update the subnet to disable private endpoint network policies with [az network vnet subnet update](/cli/azure/network/az-network-vnet-subnet-update).
128
+
Private endpoint can be created in any subnet of your choice within a virtual network. Currently, we don’t support network policies on private endpoints. Hence, we have to disable the network policies on the subnet. Update the subnet to disable private endpoint network policies with [az network vnet subnet update](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-update).
129
129
130
130
```azurecli-interactive
131
131
az network vnet subnet update \
@@ -152,7 +152,7 @@ You can get the *private-connection-resource-id* with `az network private-link-s
152
152
153
153
## Show Private Link service connections
154
154
155
-
See connection requests on your Private Link service using [az network private-link-service show](/cli/azure/network/az-network-private-link-service-show).
155
+
See connection requests on your Private Link service using [az network private-link-service show](/cli/azure/network/private-link-service#az-network-private-link-service-show).
156
156
```azurecli-interactive
157
157
az network private-link-service show --resource-group myResourceGroup --name myPLS
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/vm-usage.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
@@ -22,7 +22,7 @@ ms.author: memccror
22
22
By analyzing your Azure usage data, powerful consumption insights can be gained – insights that can enable better cost management and allocation throughout your organization. This document provides a deep dive into your Azure Compute consumption details. For more details on general Azure usage, navigate to [Understanding your bill](https://docs.microsoft.com/azure/billing/billing-understand-your-bill).
23
23
24
24
## Download your usage details
25
-
To begin, [download your usage details](https://docs.microsoft.com/azure/billing/billing-download-azure-invoice-daily-usage-date#download-usage-from-the-account-center-csv). The table below provides the definition and example values of usage for Virtual Machines deployed via the Azure Resource Manager. This document does not contain detailed information for VMs deployed via our classic model.
25
+
To begin, [download your usage details](https://docs.microsoft.com/azure/billing/billing-download-azure-invoice-daily-usage-date#download-usage-in-azure-portal). The table below provides the definition and example values of usage for Virtual Machines deployed via the Azure Resource Manager. This document does not contain detailed information for VMs deployed via our classic model.
Copy file name to clipboardExpand all lines: articles/vs-azure-tools-storage-manage-with-storage-explorer.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
@@ -75,7 +75,7 @@ Storage Explorer provides several ways to connect to storage accounts. In genera
75
75
### Sign in to Azure
76
76
77
77
> [!NOTE]
78
-
> To fully access resources after you sign in, Storage Explorer requires both management (Azure Resource Manager) and data layer permissions. This means that you need Azure Active Directory (Azure AD) permissions, which give you access to your storage account, the containers in the account, and the data in the containers. If you have permissions only at the data layer, consider [adding a resource through Azure AD](#add-a-resource-via-azure-ad). For more information about the specific permissions Storage Explorer requires, see the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting?tabs=1804#role-based-access-control-permission-issues).
78
+
> To fully access resources after you sign in, Storage Explorer requires both management (Azure Resource Manager) and data layer permissions. This means that you need Azure Active Directory (Azure AD) permissions, which give you access to your storage account, the containers in the account, and the data in the containers. If you have permissions only at the data layer, consider [adding a resource through Azure AD](#add-a-resource-via-azure-ad). For more information about the specific permissions Storage Explorer requires, see the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting#rbac-permissions-issues).
79
79
80
80
1. In Storage Explorer, select **Manage Accounts** to go to the Account Management panel.
0 commit comments