Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b7c0a6

Browse files
committedJan 25, 2021
Links: Azure (2021-01) - 15
1 parent af74f51 commit 3b7c0a6

29 files changed

+95
-96
lines changed
 

‎articles/firewall-manager/secure-cloud-network-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ TimeGenerated Protocol SourceIP SourcePort TargetIP Tar
260260
2020-10-04T20:52:52.356Z TCP 10.1.1.4 53748 10.1.2.4 22 Allow N/A AZFW1
261261
```
262262

263-
If you want to see the logs for the application rules (describing allowed and denied HTTP connections) or change the way that the logs are displayed, you can try with other KQL queries. You can find some examples in [Azure Monitor logs for Azure Firewall](../firewall/log-analytics-samples.md).
263+
If you want to see the logs for the application rules (describing allowed and denied HTTP connections) or change the way that the logs are displayed, you can try with other KQL queries. You can find some examples in [Azure Monitor logs for Azure Firewall](../firewall/firewall-workbook.md).
264264

265265

266266
## Clean up resources

‎articles/firewall-manager/security-baseline.md

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

‎articles/firewall/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This enables the following scenarios:
9696

9797
## Azure Monitor logging
9898

99-
All events are integrated with Azure Monitor, allowing you to archive logs to a storage account, stream events to your Event Hub, or send them to Azure Monitor logs. For Azure Monitor log samples, see [Azure Monitor logs for Azure Firewall](log-analytics-samples.md).
99+
All events are integrated with Azure Monitor, allowing you to archive logs to a storage account, stream events to your Event Hub, or send them to Azure Monitor logs. For Azure Monitor log samples, see [Azure Monitor logs for Azure Firewall](./firewall-workbook.md).
100100

101101
For more information, see [Tutorial: Monitor Azure Firewall logs and metrics](./firewall-diagnostics.md).
102102

‎articles/firewall/firewall-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can view and analyze activity log data by using any of the following methods
107107

108108
[Azure Monitor logs](../azure-monitor/insights/azure-networking-analytics.md) collects the counter and event log files. It includes visualizations and powerful search capabilities to analyze your logs.
109109

110-
For Azure Firewall log analytics sample queries, see [Azure Firewall log analytics samples](log-analytics-samples.md).
110+
For Azure Firewall log analytics sample queries, see [Azure Firewall log analytics samples](./firewall-workbook.md).
111111

112112
[Azure Firewall Workbook](firewall-workbook.md) provides a flexible canvas for Azure Firewall data analysis. You can use it to create rich visual reports within the Azure portal. You can tap into multiple Firewalls deployed across Azure, and combine them into unified interactive experiences.
113113

@@ -125,4 +125,4 @@ Now that you've configured your firewall to collect logs, you can explore Azure
125125

126126
[Monitor logs using Azure Firewall Workbook](firewall-workbook.md)
127127

128-
[Networking monitoring solutions in Azure Monitor logs](../azure-monitor/insights/azure-networking-analytics.md)
128+
[Networking monitoring solutions in Azure Monitor logs](../azure-monitor/insights/azure-networking-analytics.md)

‎articles/firewall/sql-fqdn-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you use non-default ports for SQL IaaS traffic, you can configure those ports
9191
3. Add the application rule with the appropriate protocol, port, and SQL FQDN and then select **Save**.
9292
![application rule with SQL FQDN](media/sql-fqdn-filtering/application-rule-sql.png)
9393
4. Access SQL from a virtual machine in a VNet that filters the traffic through the firewall.
94-
5. Validate that [Azure Firewall logs](log-analytics-samples.md) show the traffic is allowed.
94+
5. Validate that [Azure Firewall logs](./firewall-workbook.md) show the traffic is allowed.
9595

9696
## Next steps
9797

‎articles/firewall/threat-intel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ The following log excerpt shows a triggered rule:
4848

4949
## Next steps
5050

51-
- See [Azure Firewall Log Analytics samples](log-analytics-samples.md)
51+
- See [Azure Firewall Log Analytics samples](./firewall-workbook.md)
5252
- Learn how to [deploy and configure an Azure Firewall](tutorial-firewall-deploy-portal.md)
5353
- Review the [Microsoft Security intelligence report](https://www.microsoft.com/en-us/security/operations/security-intelligence-report)

‎articles/frontdoor/security-baseline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Use highly secured user workstations with Azure Bastion for administrative tasks
8686

8787
- [Understand privileged access workstations](https://4sysops.com/archives/understand-the-microsoft-privileged-access-workstation-paw-security-model/)
8888

89-
- [Deploy a privileged access workstation](../active-directory/devices/howto-azure-managed-workstation.md)
89+
- [Deploy a privileged access workstation](/security/compass/privileged-access-deployment)
9090

9191
**Azure Security Center monitoring**: Not applicable
9292

@@ -553,4 +553,4 @@ More information is available at the referenced links.
553553
## Next steps
554554

555555
- See the [Azure Security Benchmark V2 overview](../security/benchmarks/overview.md)
556-
- Learn more about [Azure security baselines](../security/benchmarks/security-baselines-overview.md)
556+
- Learn more about [Azure security baselines](../security/benchmarks/security-baselines-overview.md)

‎articles/genomics/quickstart-run-genomics-workflow-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ Once your workflow completes, you can view the output files in your Azure storag
141141

142142
## Next steps
143143

144-
In this article, you uploaded sample input data into Azure storage and submitted a workflow to the Microsoft Genomics service through the `msgen` Python client. To learn more about other input file types that can be used with the Microsoft Genomics service, see the following pages: [paired FASTQ](quickstart-input-pair-FASTQ.md) | [BAM](quickstart-input-BAM.md) | [Multiple FASTQ or BAM](quickstart-input-multiple.md). You can also explore this tutorial using our [Azure Notebooks example](https://aka.ms/genomicsnotebook) by downloading the "Genomics Tutorial.ipynb" file and using a notebook reader like [Jupyter](../notebooks/tutorial-create-run-jupyter-notebook.md) to open the file and run through it.
144+
In this article, you uploaded sample input data into Azure storage and submitted a workflow to the Microsoft Genomics service through the `msgen` Python client. To learn more about other input file types that can be used with the Microsoft Genomics service, see the following pages: [paired FASTQ](quickstart-input-pair-FASTQ.md) | [BAM](quickstart-input-BAM.md) | [Multiple FASTQ or BAM](quickstart-input-multiple.md). You can also explore this tutorial using our [Azure Notebooks example](https://aka.ms/genomicsnotebook) by downloading the "Genomics Tutorial.ipynb" file and using a notebook reader like [Jupyter](https://notebooks.azure.com) to open the file and run through it.

‎articles/germany/germany-migration-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To migrate Azure Stream Analytics services from Azure Germany to global Azure, m
6565

6666
For more information:
6767

68-
- Refresh your knowledge by completing the [Stream Analytics tutorials](../stream-analytics/stream-analytics-manage-job.md).
68+
- Refresh your knowledge by completing the [Stream Analytics tutorials](../stream-analytics/stream-analytics-real-time-fraud-detection.md).
6969
- Review the [Stream Analytics overview](../stream-analytics/stream-analytics-introduction.md).
7070
- Learn how to [create a Stream Analytics job by using PowerShell](../stream-analytics/stream-analytics-quick-create-powershell.md).
7171

‎articles/germany/germany-migration-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Most networking services don't support migration from Azure Germany to global Az
1717

1818
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
1919

20-
The steps you take to set up a site-to-site VPN between clouds are similar to the steps you take to deploy a site-to-site VPN between your on-premises network and Azure. Define a gateway in both clouds, and then tell the VPNs how to communicate with each other. [Create a site-to-site connection in the Azure portal](../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md) describes the steps you complete to deploy a site-to-site VPN. Here's a summary of the steps:
20+
The steps you take to set up a site-to-site VPN between clouds are similar to the steps you take to deploy a site-to-site VPN between your on-premises network and Azure. Define a gateway in both clouds, and then tell the VPNs how to communicate with each other. [Create a site-to-site connection in the Azure portal](../vpn-gateway/tutorial-site-to-site-portal.md) describes the steps you complete to deploy a site-to-site VPN. Here's a summary of the steps:
2121

2222
1. Define a virtual network.
2323
1. Define address space.
@@ -88,7 +88,7 @@ Make sure that you update your on-premises configuration. Also, delete any exist
8888
For more information:
8989

9090
- Refresh your knowledge by completing the [VPN Gateway tutorials](../vpn-gateway/index.yml).
91-
- Learn how to [create a site-to-site connection](../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md).
91+
- Learn how to [create a site-to-site connection](../vpn-gateway/tutorial-site-to-site-portal.md).
9292
- Review the [Get-AzVirtualNetworkGateway](/powershell/module/az.network/get-azvirtualnetworkgateway) PowerShell cmdlets.
9393
- Read the blog post [Create a site-to-site connection](/archive/blogs/ralfwi/connecting-clouds).
9494

‎articles/germany/germany-migration-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Make sure that you update your on-premises configuration. Also, delete any exist
5757
For more information:
5858

5959
- Refresh your knowledge by completing the [VPN Gateway tutorials](../vpn-gateway/index.yml).
60-
- Learn how to [create a site-to-site connection](../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md).
60+
- Learn how to [create a site-to-site connection](../vpn-gateway/tutorial-site-to-site-portal.md).
6161
- Review the [Get-AzVirtualNetworkGateway](/powershell/module/az.network/get-azvirtualnetworkgateway) PowerShell cmdlets.
6262
- Read the blog post [Create a site-to-site connection](/archive/blogs/ralfwi/connecting-clouds).
6363

‎articles/germany/germany-services-iot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Both solutions can be deployed in two ways, via website or via PowerShell.
3535

3636
### Deploy via website
3737

38-
Follow the instructions in the [tutorial for the preconfigured solutions](../iot-accelerators/quickstart-remote-monitoring-deploy.md) by using the home page mentioned earlier.
38+
Follow the instructions in the [tutorial for the preconfigured solutions](/previous-versions/azure/iot-accelerators/about-iot-accelerators) by using the home page mentioned earlier.
3939

4040
### Deploy via PowerShell
4141

‎articles/governance/policy/concepts/policy-for-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ documentation.
607607
## Troubleshooting the add-on
608608

609609
For more information about troubleshooting the Add-on for Kubernetes, see the
610-
[Kubernetes section](/azure/governance/policy/troubleshoot/general#add-on-for-kubernetes-general-errors)
610+
[Kubernetes section](../troubleshoot/general.md#add-on-for-kubernetes-general-errors)
611611
of the Azure Policy troubleshooting article.
612612

613613
## Remove the add-on
@@ -705,4 +705,4 @@ collected:
705705
- Understand how to [programmatically create policies](../how-to/programmatically-create.md).
706706
- Learn how to [get compliance data](../how-to/get-compliance-data.md).
707707
- Learn how to [remediate non-compliant resources](../how-to/remediate-resources.md).
708-
- Review what a management group is with [Organize your resources with Azure management groups](../../management-groups/overview.md).
708+
- Review what a management group is with [Organize your resources with Azure management groups](../../management-groups/overview.md).

‎articles/guides/developer/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- name: Windows
1616
href: ../../virtual-machines/windows/quick-create-portal.md
1717
- name: Serverless
18-
href: ../../azure-functions/functions-create-first-azure-function.md
18+
href: ../../azure-functions/functions-get-started.md
1919
- name: Microservices
2020
items:
2121
- name: Service Fabric
@@ -53,17 +53,17 @@
5353
- name: Web Apps
5454
href: ../../app-service/samples-cli.md
5555
- name: Linux VM
56-
href: ../../virtual-machines/linux/cli-samples.md
56+
href: https://github.com/Azure-Samples/azure-cli-samples/tree/master/virtual-machine
5757
- name: Windows VM
58-
href: ../../virtual-machines/windows/cli-samples.md
58+
href: https://github.com/Azure-Samples/azure-cli-samples/tree/master/virtual-machine
5959
- name: Azure PowerShell
6060
items:
6161
- name: Web Apps
6262
href: ../../app-service/samples-powershell.md
6363
- name: Linux VM
64-
href: ../../virtual-machines/linux/powershell-samples.md
64+
href: https://github.com/Azure/azure-docs-powershell-samples/tree/master/virtual-machine
6565
- name: Windows VM
66-
href: ../../virtual-machines/windows/powershell-samples.md
66+
href: https://github.com/Azure/azure-docs-powershell-samples/tree/master/virtual-machine
6767
- name: Concepts
6868
items:
6969
- name: Billing and subscriptions
@@ -201,4 +201,4 @@
201201
- name: Samples
202202
href: https://azure.microsoft.com/resources/samples/
203203
- name: Videos
204-
href: https://azure.microsoft.com/resources/videos/home/
204+
href: https://azure.microsoft.com/resources/videos/home/

‎articles/guides/developer/azure-developer-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Rather than worrying about building out and managing a whole application or the
8181

8282
> **When to use**: Use Azure Functions when you have code that is triggered by other Azure services, by web-based events, or on a schedule. You can also use Functions when you don't need the overhead of a complete hosted project or when you only want to pay for the time that your code runs. To learn more, see [Azure Functions Overview](../../azure-functions/functions-overview.md).
8383
>
84-
> **Get started**: Follow the Functions quickstart tutorial to [create your first function](../../azure-functions/functions-create-first-azure-function.md) from the portal.
84+
> **Get started**: Follow the Functions quickstart tutorial to [create your first function](../../azure-functions/functions-get-started.md) from the portal.
8585
>
8686
> **Try it now**: Azure Functions lets you run your code without having to sign up for an Azure account. Try it now at and [create your first Azure Function](https://tryappservice.azure.com/).
8787
@@ -348,4 +348,4 @@ Azure provides a set of Billing REST APIs that give access to resource consumpti
348348

349349
Although it's challenging to estimate costs ahead of time, Azure has tools that can help. It has a [pricing calculator](https://azure.microsoft.com/pricing/calculator/) to help estimate the cost of deployed resources. You can also use the Billing resources in the portal and the Billing REST APIs to estimate future costs, based on current consumption.
350350

351-
>**Get started**: See [Azure Billing Usage and RateCard APIs overview](../../cost-management-billing/manage/usage-rate-card-overview.md).
351+
>**Get started**: See [Azure Billing Usage and RateCard APIs overview](../../cost-management-billing/manage/usage-rate-card-overview.md).

‎articles/hdinsight/connect-on-premises-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In the following diagram, green lines are requests for resources that end in the
4747

4848
Use the following documents to learn how to create an Azure Virtual Network that is connected to your on-premises network:
4949

50-
* [Using Azure portal](../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md)
50+
* [Using Azure portal](../vpn-gateway/tutorial-site-to-site-portal.md)
5151
* [Using Azure PowerShell](../vpn-gateway/vpn-gateway-create-site-to-site-rm-powershell.md)
5252
* [Using Azure CLI](../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-cli.md)
5353

‎articles/hdinsight/hdinsight-release-notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Starting from November 16 2020, HDInsight will block new customers creating clus
4242

4343
## Behavior changes
4444
### Add NSG rule checking before scaling operation
45-
HDInsight added network security groups (NSGs) and user-defined routes (UDRs) checking with scaling operation. The same validation is done for cluster scaling besides of cluster creation. This validation helps prevent unpredictable errors. If validation doesn't pass, scaling fails. Learn more about how to configure NSGs and UDRs correctly, refer to [HDInsight management IP addresses](https://docs.microsoft.com/azure/hdinsight/hdinsight-management-ip-addresses).
45+
HDInsight added network security groups (NSGs) and user-defined routes (UDRs) checking with scaling operation. The same validation is done for cluster scaling besides of cluster creation. This validation helps prevent unpredictable errors. If validation doesn't pass, scaling fails. Learn more about how to configure NSGs and UDRs correctly, refer to [HDInsight management IP addresses](./hdinsight-management-ip-addresses.md).
4646

4747
## Upcoming changes
4848
The following changes will happen in upcoming releases.
@@ -77,5 +77,4 @@ HDInsight is deploying fixes and applying patch for all running clusters for bot
7777
```
7878
https://hdiconfigactions.blob.core.windows.net/linuxospatchingrebootconfigv02/replace_cacert_script.sh
7979
https://healingscriptssa.blob.core.windows.net/healingscripts/ChangeOOMPolicyAndApplyLatestConfigForClamav.sh
80-
```
81-
80+
```

‎articles/hdinsight/spark/apache-spark-intellij-tool-plugin-debug-jobs-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This article provides step-by-step guidance on how to use the HDInsight Tools in
3636

3737
Follow the instructions from the following links to create an Azure virtual network, and then verify the connectivity between your desktop computer and the virtual network:
3838

39-
* [Create a VNet with a site-to-site VPN connection using the Azure portal](../../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md)
39+
* [Create a VNet with a site-to-site VPN connection using the Azure portal](../../vpn-gateway/tutorial-site-to-site-portal.md)
4040
* [Create a VNet with a site-to-site VPN connection using PowerShell](../../vpn-gateway/vpn-gateway-create-site-to-site-rm-powershell.md)
4141
* [Configure a point-to-site connection to a virtual network using PowerShell](../../vpn-gateway/vpn-gateway-howto-point-to-site-rm-ps.md)
4242

‎articles/hdinsight/spark/spark-dotnet-version-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ If you don't want to change the current version of .NET for Apache Spark in your
3737

3838
2. Download [install-worker.sh](https://github.com/dotnet/spark/blob/master/deployment/install-worker.sh) script to install the worker binaries downloaded in Step 1 to all the worker nodes of your HDI cluster.
3939

40-
3. Upload the above mentioned files to the Azure Storage account your cluster has access to. You can refer to [the .NET for Apache Spark HDI deployment article](https://docs.microsoft.com/dotnet/spark/tutorials/hdinsight-deployment#upload-files-to-azure) for more details.
40+
3. Upload the above mentioned files to the Azure Storage account your cluster has access to. You can refer to [the .NET for Apache Spark HDI deployment article](/dotnet/spark/tutorials/hdinsight-deployment#upload-files-to-azure) for more details.
4141

42-
4. Run the `install-worker.sh` script on all worker nodes of your cluster, using Script actions. Refer to [the .NET for Apache Spark HDI deployment article](https://docs.microsoft.com/dotnet/spark/tutorials/hdinsight-deployment#run-the-hdinsight-script-action) for more information.
42+
4. Run the `install-worker.sh` script on all worker nodes of your cluster, using Script actions. Refer to [the .NET for Apache Spark HDI deployment article](/dotnet/spark/tutorials/hdinsight-deployment#run-the-hdinsight-script-action) for more information.
4343

4444
### Update your application to use specific version
4545

@@ -53,4 +53,4 @@ Existing HDI clusters will continue to have the same previous version for .NET f
5353

5454
## Next steps
5555

56-
[Deploy your .NET for Apache Spark application on HDInsight](https://docs.microsoft.com/dotnet/spark/tutorials/hdinsight-deployment)
56+
[Deploy your .NET for Apache Spark application on HDInsight](/dotnet/spark/tutorials/hdinsight-deployment)

0 commit comments

Comments
 (0)