Skip to content

Commit 4e84435

Browse files
author
nicoalba
committed
resolvoing conf
2 parents 6cdaac7 + f3d93f4 commit 4e84435

File tree

430 files changed

+3109
-2332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

430 files changed

+3109
-2332
lines changed

.openpublishing.redirection.json

Lines changed: 371 additions & 5 deletions
Large diffs are not rendered by default.

articles/active-directory/devices/assign-local-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To view and update the membership of the global administrator role, see:
4646

4747
In the Azure portal, you can manage the device administrator role on the **Devices** page. To open the **Devices** page:
4848

49-
1. Sign in to your [Azure portal](https://portal.azure.com) as a global administrator or device administrator.
49+
1. Sign in to your [Azure portal](https://portal.azure.com) as a global administrator.
5050
1. Search for and select *Azure Active Directory*.
5151
1. In the **Manage** section, click **Devices**.
5252
1. On the **Devices** page, click **Device settings**.

articles/active-directory/devices/troubleshoot-device-dsregcmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This section lists the status of various attributes for the user currently logge
131131
- **CanReset:** - Denotes if the Windows Hello key can be reset by the user.
132132
- **Possible values:** - DestructiveOnly, NonDestructiveOnly, DestructiveAndNonDestructive, or Unknown if error.
133133
- **WorkplaceJoined:** - Set to “YES” if Azure AD registered accounts have been added to the device in the current NTUSER context.
134-
- **WamDefaultSet:** - Set to “YES” if a WAM default WebAccount is created for the logged in user. This field could display an error if dsreg /status is run in admin context.
134+
- **WamDefaultSet:** - Set to “YES” if a WAM default WebAccount is created for the logged in user. This field could display an error if dsreg /status is run from an elevated command prompt.
135135
- **WamDefaultAuthority:** - Set to “organizations” for Azure AD.
136136
- **WamDefaultId:** - Always “https://login.microsoft.com” for Azure AD.
137137
- **WamDefaultGUID:** - The WAM provider’s (Azure AD/Microsoft account) GUID for the default WAM WebAccount.

articles/active-directory/fundamentals/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
4545

4646
We're planning to replace the current custom controls preview with an approach that allows partner-provided authentication capabilities to work seamlessly with the Azure Active Directory administrator and end user experiences. Today, partner MFA solutions face the following limitations: they work only after a password has been entered; they don't serve as MFA for step-up authentication in other key scenarios; and they don't integrate with end user or administrative credential management functions. The new implementation will allow partner-provided authentication factors to work alongside built-in factors for key scenarios, including registration, usage, MFA claims, step up authentication, reporting, and logging.
4747

48-
Custom controls will continue to be supported in preview alongside the new design until it reaches general availability. At that point, we'll give customers time to migrate to the new design. Because of the limitations of the current approach, we won't onboard new providers until the new design is available. We are working closely with customers and providers and will communicate the timeline as we get closer. [Learn more](https://docs.microsoft.com/azure/active-directory/conditional-access/controls).
48+
Custom controls will continue to be supported in preview alongside the new design until it reaches general availability. At that point, we'll give customers time to migrate to the new design. Because of the limitations of the current approach, we won't onboard new providers until the new design is available. We are working closely with customers and providers and will communicate the timeline as we get closer. [Learn more](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/upcoming-changes-to-custom-controls/ba-p/1144696#).
4949

5050
### Identity Secure Score - MFA improvement action updates
5151

articles/analysis-services/analysis-services-data-providers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes client libraries required for client applications and too
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 01/23/2020
7+
ms.date: 03/23/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

@@ -18,19 +18,19 @@ Client libraries are necessary for client applications and tools to connect to A
1818

1919
|Download |Product version |
2020
|---------|---------|
21-
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 15.1.21.27 |
22-
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 15.1.21.27 |
23-
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 18.4.0.5 |
24-
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 18.4.0.5 |
21+
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 15.1.29.25 |
22+
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 15.1.29.25 |
23+
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 18.4.8.0 |
24+
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 18.4.8.0 |
2525

2626
## AMO and ADOMD (NuGet packages)
2727

2828
Analysis Services Management Objects (AMO) and ADOMD client libraries are available as installable packages from [NuGet.org](https://www.nuget.org/). It's recommended you migrate to NuGet references instead of using Windows Installer.
2929

3030
|Package | Product version |
3131
|---------|---------|
32-
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 18.4.0.5 |
33-
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 18.4.0.5 |
32+
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 18.4.8.0 |
33+
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 18.4.8.0 |
3434

3535
NuGet package assemblies AssemblyVersion follow semantic versioning: MAJOR.MINOR.PATCH. NuGet references load the expected version even if there is a different version in the GAC (resulting from MSI install). PATCH is incremented for each release. AMO and ADOMD versions are kept in-sync.
3636

articles/application-gateway/application-gateway-covid-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Application Gateway COVID-19 update
2+
title: Application Gateway COVID-19 guidelines
33
description: This article provides an update given the current COVID-19 situation and guidelines on how to set up your Application Gateway.
44
services: application-gateway
55
author: caya
@@ -9,7 +9,7 @@ ms.date: 03/21/2020
99
ms.author: caya
1010
---
1111

12-
# Application Gateway COVID-19 update
12+
# Application Gateway COVID-19 guidelines
1313

1414
This article describes a few suggested guidelines to help you set up your Application Gateway to handle extra traffic due to the COVID-19 pandemic. You can use Application Gateway with Web Application Firewall (WAF) for a scalable and secure way to manage traffic to your web applications.
1515

articles/application-gateway/index.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ landingContent:
2929
links:
3030
- text: Frequently asked questions
3131
url: application-gateway-faq.md
32-
32+
33+
# Card
34+
- title: COVID-19 guidelines
35+
linkLists:
36+
- linkListType: concept
37+
links:
38+
- text: Application Gateway COVID-19 update
39+
url: application-gateway-covid-guidelines.md
40+
3341
# Card
3442
- title: Deploy an Application Gateway
3543
linkLists:
3.08 KB
Loading
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: 'Quickstart: Direct web traffic using a Resource Manager template'
3+
titleSuffix: Azure Application Gateway
4+
description: Learn how to use a Resource Manager template to create an Azure Application Gateway that directs web traffic to virtual machines in a backend pool.
5+
services: application-gateway
6+
author: vhorne
7+
ms.service: application-gateway
8+
ms.topic: quickstart
9+
ms.date: 03/23/2020
10+
ms.author: victorh
11+
ms.custom: mvc
12+
---
13+
14+
# Quickstart: Direct web traffic with Azure Application Gateway - Resource Manager template
15+
16+
In this quickstart, you use a Resource Manager template to create an Azure Application Gateway. Then you test the application gateway to make sure it works correctly.
17+
18+
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
19+
20+
You can also complete this quickstart using the [Azure portal](quick-create-portal.md), [Azure PowerShell](quick-create-powershell.md), or [Azure CLI](quick-create-cli.md).
21+
22+
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
23+
24+
## Prerequisites
25+
26+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
27+
28+
## Create an application gateway
29+
30+
For the sake of simplicity, this template creates a simple setup with a public front-end IP, a basic listener to host a single site on the application gateway, a basic request routing rule, and two virtual machines in the backend pool.
31+
32+
### Review the template
33+
34+
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/ag-docs-qs/azuredeploy.json)
35+
36+
:::code language="json" source="~/quickstart-templates/ag-docs-qs/azuredeploy.json" range="001-343" highlight="197-297":::
37+
38+
Multiple Azure resources are defined in the template:
39+
40+
- [**Microsoft.Network/applicationgateways**](/azure/templates/microsoft.network/applicationgateways)
41+
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses) : one for the application gateway, and two for the virtual machines.
42+
- [**Microsoft.Network/networkSecurityGroups**](/azure/templates/microsoft.network/networksecuritygroups)
43+
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)
44+
- [**Microsoft.Compute/virtualMachines**](/azure/templates/microsoft.compute/virtualmachines) : two virtual machines
45+
- [**Microsoft.Network/networkInterfaces**](/azure/templates/microsoft.network/networkinterfaces) : two for the virtual machines
46+
- [**Microsoft.Compute/virtualMachine/extensions**](/azure/templates/microsoft.compute/virtualmachines/extensions) : to configure IIS and the web pages
47+
48+
49+
### Deploy the template
50+
51+
Deploy Resource Manager template to Azure:
52+
53+
1. Select **Deploy to Azure** to sign in to Azure and open the template. The template creates an application gateway, the network infrastructure, and two virtual machines in the backend pool running IIS.
54+
55+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fag-docs-qs%2Fazuredeploy.json"><img src="./media/quick-create-template/deploy-to-azure.png" alt="deploy to azure"/></a>
56+
57+
2. Select or create your resource group, type the virtual machine administrator user name and password.
58+
3. Select **I agree to the terms and conditions stated above** and then select **Purchase**. The deployment can take 20 minutes or longer to complete.
59+
60+
## Validate the deployment
61+
62+
Although IIS isn't required to create the application gateway, it's installed to verify if Azure successfully created the application gateway. Use IIS to test the application gateway:
63+
64+
1. Find the public IP address for the application gateway on its **Overview** page.![Record application gateway public IP address](./media/application-gateway-create-gateway-portal/application-gateway-record-ag-address.png) Or, you can select **All resources**, enter *myAGPublicIPAddress* in the search box, and then select it in the search results. Azure displays the public IP address on the **Overview** page.
65+
2. Copy the public IP address, and then paste it into the address bar of your browser to browse that IP address.
66+
3. Check the response. A valid response verifies that the application gateway was successfully created and can successfully connect with the backend.
67+
68+
![Test application gateway](./media/application-gateway-create-gateway-portal/application-gateway-iistest.png)
69+
70+
Refresh the browser multiple times and you should see connections to both myVM1 and myVM2.
71+
72+
## Clean up resources
73+
74+
When you no longer need the resources that you created with the application gateway, delete the resource group. This removes the application gateway and all the related resources.
75+
76+
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
77+
78+
```azurepowershell-interactive
79+
Remove-AzResourceGroup -Name <your resource group name>
80+
```
81+
82+
## Next steps
83+
84+
> [!div class="nextstepaction"]
85+
> [Manage web traffic with an application gateway using the Azure CLI](./tutorial-manage-web-traffic-cli.md)

articles/application-gateway/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
href: quick-create-powershell.md
1616
- name: Create Application Gateway - Azure CLI
1717
href: quick-create-cli.md
18+
- name: Create Application Gateway - ARM template
19+
displayName: Resource Manager
20+
href: quick-create-template.md
1821
- name: Tutorials
1922
items:
2023
- name: Secure with SSL

0 commit comments

Comments
 (0)