Skip to content

Commit 00269da

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into vmsslb
2 parents 379a061 + 34501b9 commit 00269da

File tree

6 files changed

+137
-26
lines changed

6 files changed

+137
-26
lines changed
3.08 KB
Loading
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: 'Quickstart: Create an Azure Firewall with multiple public IP addresses - Resource Manager template'
3+
description: Learn how to use a Resource Manager template to create an Azure Firewall with multiple public IP addresses.
4+
services: firewall
5+
author: vhorne
6+
ms.service: firewall
7+
ms.topic: quickstart
8+
ms.date: 04/13/2020
9+
ms.author: victorh
10+
---
11+
12+
# Quickstart: Create an Azure Firewall with multiple public IP addresses - Resource Manager template
13+
14+
In this quickstart, you use a Resource Manager template to deploy an Azure Firewall with multiple public IP addresses.
15+
16+
NAT rule collection rules allow RDP connections to two Windows Server 2019 virtual machines.
17+
18+
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
19+
20+
## Prerequisites
21+
22+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23+
24+
## Create an Azure Firewall
25+
26+
This template creates an Azure Firewall with two public IP addresses, along with the necessary resources to support the Azure Firewall.
27+
28+
### Review the template
29+
30+
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/fw-docs-qs/azuredeploy.json)
31+
32+
:::code language="json" source="~/quickstart-templates/fw-docs-qs/azuredeploy.json" range="001-391" highlight="238-370":::
33+
34+
Multiple Azure resources are defined in the template:
35+
36+
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses)
37+
- [**Microsoft.Network/networkSecurityGroups**](/azure/templates/microsoft.network/networksecuritygroups)
38+
- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks)
39+
- [**Microsoft.Compute/virtualMachines**](/azure/templates/microsoft.compute/virtualmachines)
40+
- [**Microsoft.Network/networkInterfaces**](/azure/templates/microsoft.network/networkinterfaces)
41+
- [**Microsoft.Storage/storageAccounts**](/azure/templates/microsoft.storage/storageAccounts)
42+
- [**Microsoft.Network/azureFirewalls**](/azure/templates/microsoft.network/azureFirewalls)
43+
- [**Microsoft.Network/routeTables**](/azure/templates/microsoft.network/routeTables)
44+
45+
46+
### Deploy the template
47+
48+
Deploy Resource Manager template to Azure:
49+
50+
1. Select **Deploy to Azure** to sign in to Azure and open the template. The template creates an Azure Firewall, the network infrastructure, and two virtual machines.
51+
52+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Ffw-docs-qs%2Fazuredeploy.json"><img src="./media/quick-create-multiple-ip-template/deploy-to-azure.png" alt="deploy to azure"/></a>
53+
54+
2. In the portal, on the **Create an Azure Firewall with multiple IP public addresses** page, type or select the following values:
55+
- Subscription: Select from existing subscriptions
56+
- Resource group: Select from existing resource groups or select **Create new**, and select **OK**.
57+
- Location: Select a location
58+
- Admin Username: Type username for the administrator user account
59+
- Admin Password: Type an administrator password or key
60+
61+
3. Select **I agree to the terms and conditions stated above** and then select **Purchase**. The deployment can take 10 minutes or longer to complete.
62+
63+
## Validate the deployment
64+
65+
In the Azure portal, review the deployed resources. Note the firewall public IP addresses.
66+
67+
Use Remote Desktop Connection to connect to the firewall public IP addresses. Successful connections demonstrates firewall NAT rules that allow the connection to the backend servers.
68+
69+
## Clean up resources
70+
71+
When you no longer need the resources that you created with the firewall, delete the resource group. This removes the firewall and all the related resources.
72+
73+
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
74+
75+
```azurepowershell-interactive
76+
Remove-AzResourceGroup -Name "<your resource group name>"
77+
```
78+
79+
## Next steps
80+
81+
> [!div class="nextstepaction"]
82+
> [Tutorial: Deploy and configure Azure Firewall in a hybrid network using the Azure portal](tutorial-hybrid-portal.md)

articles/firewall/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- name: Deploy with IP Groups
2121
displayName: Resource Manager
2222
href: quick-create-ipgroup-template.md
23+
- name: Deploy with multiple addresses
24+
displayName: Resource Manager
25+
href: quick-create-multiple-ip-template.md
2326
- name: Samples
2427
items:
2528
- name: Azure PowerShell

articles/governance/policy/samples/pattern-logical-operators.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Pattern: Logical operators in a policy definition"
33
description: This Azure Policy pattern provides examples of how to use the logical operators in a policy definition.
4-
ms.date: 01/31/2020
4+
ms.date: 04/15/2020
55
ms.topic: sample
66
---
77
# Azure Policy pattern: logical operators
@@ -42,6 +42,22 @@ the **not** logical operator. The conditional inside the **not** logical operato
4242
and then evaluates the **not** to determine if the entire clause is true or false. If both **not**
4343
logical operators evaluate to true, the policy effect triggers.
4444

45+
## Sample 3: Combining logical operators
46+
47+
This policy definition evaluates Java Spring accounts to see if either trace isn't enabled or if
48+
trace isn't in a successful state.
49+
50+
:::code language="json" source="~/policy-templates/patterns/pattern-logical-operators-3.json":::
51+
52+
### Sample 3: Explanation
53+
54+
:::code language="json" source="~/policy-templates/patterns/pattern-logical-operators-3.json" range="6-28" highlight="3,8":::
55+
56+
This **policyRule.if** block includes both the **allOf** and **anyOf** logical operators. The
57+
**anyOf** logical operator evaluates true as long as one included condition is true. As the _type_
58+
is at the core of the **allOf**, it must always evaluate true. If the _type_ and one of the
59+
conditions in the **anyOf** are true, the policy effect triggers.
60+
4561
## Next steps
4662

4763
- Review other [patterns and built-in definitions](./index.md).
Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,70 @@
11
---
2-
title: Overview of the commercial marketplace in Partner Center
3-
description: Learn more about the commercial marketplace in Partner Center and how to list and sell offers on Azure Marketplace, Microsoft AppSource, and through the Cloud Solution Provider (CSP) program.
4-
author: dsindona
2+
title: Overview of the Commercial Marketplace portal in Partner Center
3+
description: Learn more about the Commercial Marketplace portal in Partner Center and how to list and sell offers on Azure Marketplace, AppSource, and through the Cloud Solution Provider (CSP) program.
4+
author: dsindona
55
ms.author: dsindona
66
ms.service: marketplace
77
ms.subservice: partnercenter-marketplace-publisher
88
ms.topic: conceptual
9-
ms.date: 02/06/2020
9+
ms.date: 04/13/2020
1010
---
1111

12-
# Overview of the commercial marketplace in Partner Center
12+
# Overview of the Commercial Marketplace Portal in Partner Center
1313

14-
Welcome to the Commercial Marketplace Portal in Partner Center. The [Commercial Marketplace portal](https://partner.microsoft.com/dashboard/commercial-marketplace/) helps you monetize your products and services, reach customers, and grow your business.
14+
Welcome to the Commercial Marketplace Portal in Partner Center. The [commercial marketplace portal](https://partner.microsoft.com/dashboard/commercial-marketplace/) helps you monetize your products and services, reach customers, and grow your business.
1515

16-
These articles cover the basics of creating and using your Partner Center account. This includes creating new Software as a Service (SaaS) offers that can be listed on [Azure Marketplace](https://azuremarketplace.microsoft.com/) or [Microsoft AppSource](https://appsource.microsoft.com/), managing your existing SaaS offers, and providing resources to help with questions and collect your feedback.
16+
These articles cover the basics of creating and using your Partner Center account. This includes creating new offers that can be listed on [Azure Marketplace](https://azuremarketplace.microsoft.com/) or [AppSource](https://appsource.microsoft.com/), managing your existing offers that were migrated from the Cloud Partner Portal, and providing resources to help with questions and collect your feedback.
1717

18-
## About Microsoft's commercial marketplace
18+
## About the commercial marketplace
1919

20-
Enterprises, governments, and organizations of all sizes find business solutions, innovative technology, and enablement services through the [Azure Marketplace](https://azuremarketplace.microsoft.com/) and [Microsoft AppSource](https://appsource.microsoft.com/) web stores, [Azure portal's in-product experience](https://portal.azure.com), [Cloud Solution Providers](https://partner.microsoft.com/cloud-solution-provider), and Microsoft Sales teams.
20+
Enterprises, governments, and organizations of all sizes find business solutions, innovative technology, and enablement services through the [Azure Marketplace](https://azuremarketplace.microsoft.com/) and [AppSource](https://appsource.microsoft.com/) web stores, [Azure portal's in-product experience](https://portal.azure.com), [Cloud Solution Providers](https://partner.microsoft.com/cloud-solution-provider), and Microsoft Sales teams.
2121

22-
Partner Center is the hub of a Microsoft partner experience. For organizations who go to market with Microsoft and take advantage of the commercial marketplace, Partner Center is the portal through which publishers create and manage offers, provide test drive demonstrations, and view analytics on offer performance.
22+
Partner Center is the hub of a Microsoft partner experience. For organizations who go to market with Microsoft and take advantage of the commercial marketplace, Partner Center is the portal which publishers use to create and manage offers, provide test drive demonstrations, and view analytics on offer performance.
2323

2424
## Migration from Cloud Partner Portal
2525

26-
Partner Center is evolving to better integrate all aspects of Microsoft's relationship with software publishers. As part of this evolution, we are migrating the functions of the [Cloud Partner Portal](https://cloudpartner.azure.com/) to Partner Center.
26+
Partner Center is evolving to better integrate all aspects of our relationship with software publishers. As part of this evolution, we're migrating [Cloud Partner Portal](https://cloudpartner.azure.com/) to Partner Center.
27+
28+
Existing commercial marketplace publishers will find a familiar but improved user experience with an intuitive interface. Notifications in the portal and email notifications inform publishers of the migration. Users will be seamlessly directed to the appropriate location. Customers won't be affected by this partner experience upgrade.
2729

2830
>[!NOTE]
29-
>Currently, Partner Center supports the creation and management of Software-as-a-Service (SaaS) offers, Azure application offers, Dynamics 365 for Customer offers, Engagement & PowerApps offers, Dynamics 365 for Operations offers, and Dynamics 365 for Business Central offers. More offers will be supported soon.
31+
>Currently, Partner Center supports the creation and management of some offer types as noted in the table below. More offer types will be supported soon as we migrate all offer management to Partner Center.
3032
31-
Existing commercial marketplace publishers will find a familiar but improved user experience with an intuitive interface. Notifications in the portal and via email will inform publishers of the migration. Users will be seamlessly directed to the appropriate location. Customers will not be affected by this partner experience upgrade.
33+
|Offer Type |Offer management migrated from Cloud Partner Portal to Partner Center |
34+
|---------|---------|
35+
|Software as a Service (SaaS) | Available now |
36+
|Dynamics 365 for Customer Engagement & PowerApps | Available now |
37+
|Dynamics 365 for operations | Available now |
38+
|Dynamics 365 for business central | Available now |
39+
|Azure Application | Available now |
40+
|Azure Virtual Machine | General availability April–May 2020 |
41+
|Azure Container | General availability April–May 2020 |
42+
|Consulting service | General availability April–May 2020 |
43+
|IoT Edge module | General availability April–May 2020 |
44+
|Power BI App | General availability April–May 2020 |
3245

33-
### Improvements on user experience and billing
46+
### Improvements on publishing and offer management user experience
3447

35-
With the transition to Partner Center, new functionality is available to publishers, in addition to improvements on the user experience. SaaS offerings, which can be billed monthly or annually, support per-user licensing (seat-based) in addition to per-site licensing (flat-rate). This new monetization model is ideal for business software. The introduction of SaaS per-user licensing aligns with new functionality that allows customers to complete purchases in AppSource, the commercial marketplace for business and industry solutions.
48+
With the transition to Partner Center, new functionality is available to publishers, in addition to improvements on the user experience. For details, see [Frequently asked questions for migrating from Cloud Partner Portal to Partner Center](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal-orig/cloud-partner-portal-migration-faq).
3649

3750
### Account and user management updates
3851

39-
Account and user management in Partner Center make it easy for individuals to access the portal and for administrators to apply appropriate permissions. Compared to prior offer management portals, the role-based access control capabilities in Partner Center provide security enhancements that will make the publishing process simpler for large organizations.
52+
Account and user management in Partner Center make it easy for you to access the portal and for administrators to apply appropriate permissions. Compared to prior offer management portals, the role-based access control capabilities in Partner Center provide security enhancements that make the publishing process simpler for large organizations.
4053

4154
### Improved certification experience
4255

43-
Partner Center provides an improved certification experience. Certification now uses automation and machine learning for improved turnaround times and quicker processing. Maintaining accuracy will remain a top priority, ensuring that the cloud marketplace is safe and contains valuable offers for our customers. Requirements will not change, but now when you submit offers through Partner Center, you will receive more detailed and descriptive certification reports referencing [public-facing policies](https://docs.microsoft.com/legal/marketplace/certification-policies).
56+
Partner Center provides an improved certification experience. Certification now uses automation and machine learning for improved turnaround times and quicker processing. Maintaining accuracy will remain a top priority, ensuring that the marketplace is safe and contains valuable offers for our customers. Requirements won't change, but now when you submit offers through Partner Center, you'll receive more detailed and descriptive certification reports that reference [public-facing policies](https://docs.microsoft.com/legal/marketplace/certification-policies).
4457

4558
### Analytics for performance reporting
4659

47-
Partner Center analytics provides a view into the performance of your offers and improved reporting tools. Publishers can monitor sales using the data visualization and insight graphs to optimize listings. The improved analytics tools enable you to act on performance results and maintain better relationships with customers and resellers.
60+
Partner Center analytics provides a view into the performance of your offers and improved reporting tools. Publishers can monitor sales using the data visualization and insight graphs to optimize listings. The improved analytics tools let you act on performance results and maintain better relationships with customers and resellers.
4861

4962
## View the roadmap and join the conversation
5063

51-
Learn more about recent and future releases by visiting the [commercial marketplace roadmap](https://aka.ms/publicmarketplaceroadmap), or join the conversation in the [Microsoft Partner Community](https://www.microsoftpartnercommunity.com/).
64+
Learn more about recent and future releases by visiting the [Microsoft commercial marketplace roadmap](https://docs.microsoft.com/azure/marketplace/marketplace-roadmap), or join the conversation in the [Microsoft Partner Community](https://www.microsoftpartnercommunity.com/).
5265

5366
## Next steps
5467

55-
- For new Microsoft partners interested in publishing a SaaS offer to the marketplaces, see [Create a commercial marketplace account in Partner Center](./create-account.md).
56-
- For existing partners who have previously published offers in Cloud Partner Portal, [Manage your commercial marketplace account in Partner Center](./manage-account.md).
68+
- For new Microsoft partners who are interested in publishing an offer to the marketplaces, see [Create a Commercial Marketplace account in Partner Center](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-account).
69+
- For existing partners who have previously published offers in Cloud Partner Portal, [Manage your Commercial Marketplace account in Partner Center](https://docs.microsoft.com/azure/marketplace/partner-center-portal/manage-account).
5770
- Learn more about cloud marketplace management moving to Partner Center in this [Partner Community blog post](https://www.microsoftpartnercommunity.com/t5/Azure-Marketplace-and-AppSource/Cloud-Marketplace-In-Partner-Center/m-p/9738#M293), which includes a demo video.

articles/virtual-desktop/create-fslogix-profile-container.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: conceptual
9-
ms.date: 11/25/2019
9+
ms.date: 04/13/2020
1010
ms.author: helohr
1111
manager: lizross
1212
---
@@ -113,9 +113,6 @@ After that, you need to join an Active Directory connection.
113113
- For **Username**, enter the name of the account with permissions to perform domain join.
114114
- For **Password**, enter the account's password.
115115

116-
>[!NOTE]
117-
>It's best practice to confirm that the computer account you created in [Join an Active Directory connection](create-fslogix-profile-container.md#join-an-active-directory-connection) has appeared in your domain controller under **Computers** or **your enterprise's relevant OU**.
118-
119116
## Create a new volume
120117

121118
Next, you'll need to create a new volume.

0 commit comments

Comments
 (0)