Skip to content

Commit 22ed719

Browse files
committed
Broken Links: 2020-07-22 - 2
1 parent 1878b21 commit 22ed719

File tree

50 files changed

+64
-64
lines changed

Some content is hidden

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

50 files changed

+64
-64
lines changed

articles/batch/batch-apis-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Azure Resource Manager APIs for Batch provide programmatic access to Batch a
6161

6262
These command-line tools provide the same functionality as the Batch service and Batch Management APIs:
6363

64-
- [Batch PowerShell cmdlets](/powershell/module/az.batch/): The Azure Batch cmdlets in the [Azure PowerShell](/powershell/azure/overview) module enable you to manage Batch resources with PowerShell.
64+
- [Batch PowerShell cmdlets](/powershell/module/az.batch/): The Azure Batch cmdlets in the [Azure PowerShell](/powershell/azure/) module enable you to manage Batch resources with PowerShell.
6565
- [Azure CLI](/cli/azure): The Azure CLI is a cross-platform toolset that provides shell commands for interacting with many Azure services, including the Batch service and Batch Management service. See [Manage Batch resources with Azure CLI](batch-cli-get-started.md) for more information about using the Azure CLI with Batch.
6666

6767
## Other tools for application development

articles/batch/batch-powershell-cmdlets-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article is based on cmdlets in Az Batch module 1.0.0. We recommend that you
1616

1717
## Prerequisites
1818

19-
* [Install and configure the Azure PowerShell module](/powershell/azure/overview). To install a specific Azure Batch module, such as a pre-release module, see the [PowerShell Gallery](https://www.powershellgallery.com/packages/Az.Batch/1.0.0).
19+
* [Install and configure the Azure PowerShell module](/powershell/azure/). To install a specific Azure Batch module, such as a pre-release module, see the [PowerShell Gallery](https://www.powershellgallery.com/packages/Az.Batch/1.0.0).
2020

2121
* Run the **Connect-AzAccount** cmdlet to connect to your subscription (the Azure Batch cmdlets ship in the Azure Resource Manager module):
2222

articles/batch/batch-rendering-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ There are several ways to use Azure Batch, all of which also apply to Azure Batc
7474
* APIs:
7575
* Write code using the [REST](/rest/api/batchservice), [.NET](/dotnet/api/overview/azure/batch), [Python](/python/api/overview/azure/batch), [Java](/java/api/overview/azure/batch), or other supported APIs. Developers can integrate Azure Batch capabilities into their existing applications or workflow, whether cloud or based on-premises. For example, the [Autodesk Maya plug-in](https://github.com/Azure/azure-batch-maya) utilizes the Batch Python API to invoke Batch, creating and managing pools, submitting jobs and tasks, and monitoring status.
7676
* Command-line tools:
77-
* The [Azure command line](/cli/azure/) or [Azure PowerShell](/powershell/azure/overview) can be used to script Batch use.
77+
* The [Azure command line](/cli/azure/) or [Azure PowerShell](/powershell/azure/) can be used to script Batch use.
7878
* In particular, the Batch CLI template support makes it much easier to create pools and submit jobs.
7979
* UIs:
8080
* [Batch Explorer](https://github.com/Azure/BatchExplorer) is a cross-platform client tool that also allows Batch accounts to be managed and monitored, but provides some richer capabilities compared to the Azure portal UI. A set of pool and job templates are provided that are tailored for each supported application and can be used to easily create pools and to submit jobs.

articles/batch/batch-rendering-using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are several ways to use Azure Batch rendering:
1414
* APIs:
1515
* Write code using any of the Batch APIs. Developers can integrate Azure Batch capabilities into their existing applications or workflow, whether cloud or based on-premises.
1616
* Command line tools:
17-
* The [Azure command line](/cli/azure/) or [PowerShell](/powershell/azure/overview) can be used to script Batch use.
17+
* The [Azure command line](/cli/azure/) or [PowerShell](/powershell/azure/) can be used to script Batch use.
1818
* In particular, the [Batch CLI template support](./batch-cli-templates.md) makes it much easier to create pools and submit jobs.
1919
* Batch Explorer UI:
2020
* [Batch Explorer](https://github.com/Azure/BatchLabs) is a cross-platform client tool that also allows Batch accounts to be managed and monitored.

articles/cdn/cdn-manage-expiration-of-blob-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The preferred method for setting a blob's `Cache-Control` header is to use cachi
8787

8888
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
8989

90-
[Azure PowerShell](/powershell/azure/overview) is one of the quickest and most powerful ways to administer your Azure services. Use the `Get-AzStorageBlob` cmdlet to get a reference to the blob, then set the `.ICloudBlob.Properties.CacheControl` property.
90+
[Azure PowerShell](/powershell/azure/) is one of the quickest and most powerful ways to administer your Azure services. Use the `Get-AzStorageBlob` cmdlet to get a reference to the blob, then set the `.ICloudBlob.Properties.CacheControl` property.
9191

9292
For example:
9393

articles/cdn/cdn-manage-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PowerShell provides one of the most flexible methods to manage your Azure CDN pr
2424

2525
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2626

27-
To use PowerShell to manage your Azure CDN profiles and endpoints, you must have the Azure PowerShell module installed. To learn how to install Azure PowerShell and connect to Azure using the `Connect-AzAccount` cmdlet, see [How to install and configure Azure PowerShell](/powershell/azure/overview).
27+
To use PowerShell to manage your Azure CDN profiles and endpoints, you must have the Azure PowerShell module installed. To learn how to install Azure PowerShell and connect to Azure using the `Connect-AzAccount` cmdlet, see [How to install and configure Azure PowerShell](/powershell/azure/).
2828

2929
> [!IMPORTANT]
3030
> You must log in with `Connect-AzAccount` before you can execute Azure PowerShell cmdlets.

articles/cloud-services-php-create-web-role.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more information about these options, see [Compute hosting options provided
2727

2828
## Download the Azure SDK for PHP
2929

30-
The [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php) consists of several components. This article will use two of them: Azure PowerShell and the Azure emulators. These two components can be installed via the Microsoft Web Platform Installer. For more information, see [How to install and configure Azure PowerShell](/powershell/azure/overview).
30+
The [Azure SDK for PHP](https://github.com/Azure/azure-sdk-for-php) consists of several components. This article will use two of them: Azure PowerShell and the Azure emulators. These two components can be installed via the Microsoft Web Platform Installer. For more information, see [How to install and configure Azure PowerShell](/powershell/azure/).
3131

3232
## Create a Cloud Services project
3333

@@ -177,7 +177,7 @@ PS C:\MyProject> Stop-AzureEmulator
177177

178178
## Publish your application
179179

180-
To publish your application, you need to first import your publish settings by using the [Import-AzurePublishSettingsFile](/powershell/module/servicemanagement/azure.service/import-azurepublishsettingsfile) cmdlet. Then you can publish your application by using the [Publish-AzureServiceProject](/powershell/module/servicemanagement/azure.service/publish-azureserviceproject) cmdlet. For information about signing in, see [How to install and configure Azure PowerShell](/powershell/azure/overview).
180+
To publish your application, you need to first import your publish settings by using the [Import-AzurePublishSettingsFile](/powershell/module/servicemanagement/azure.service/import-azurepublishsettingsfile) cmdlet. Then you can publish your application by using the [Publish-AzureServiceProject](/powershell/module/servicemanagement/azure.service/publish-azureserviceproject) cmdlet. For information about signing in, see [How to install and configure Azure PowerShell](/powershell/azure/).
181181

182182
## Next steps
183183

articles/cloud-services/cloud-services-connect-to-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We will first set up a Virtual Network (VNet) in Azure. We will then add an Acti
1414

1515
Before we get started, couple of things to keep in mind:
1616

17-
1. This tutorial uses PowerShell, so make sure you have Azure PowerShell installed and ready to go. To get help with setting up Azure PowerShell, see [How to install and configure Azure PowerShell](/powershell/azure/overview).
17+
1. This tutorial uses PowerShell, so make sure you have Azure PowerShell installed and ready to go. To get help with setting up Azure PowerShell, see [How to install and configure Azure PowerShell](/powershell/azure/).
1818
2. Your AD Domain Controller and Web/Worker Role instances need to be in the VNet.
1919

2020
Follow this step-by-step guide and if you run into any issues, leave us a comment at the end of the article. Someone will get back to you (yes, we do read comments).

articles/cloud-services/cloud-services-custom-domain-name-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To create a CNAME record, you must add a new entry in the DNS table for your cus
5858
![quick glance section showing the site URL][csurl]
5959

6060
**OR**
61-
* Install and configure [Azure Powershell](/powershell/azure/overview), and then use the following command:
61+
* Install and configure [Azure Powershell](/powershell/azure/), and then use the following command:
6262

6363
```powershell
6464
Get-AzureDeployment -ServiceName yourservicename | Select Url
@@ -93,7 +93,7 @@ To create an A record, you must first find the virtual IP address of your cloud
9393
![quick glance section showing the VIP][vip]
9494
9595
**OR**
96-
* Install and configure [Azure Powershell](/powershell/azure/overview), and then use the following command:
96+
* Install and configure [Azure Powershell](/powershell/azure/), and then use the following command:
9797
9898
```powershell
9999
get-azurevm -servicename yourservicename | get-azureendpoint -VM {$_.VM} | select Vip

articles/cloud-services/cloud-services-diagnostics-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: tagore
1212

1313
---
1414
# Enable diagnostics in Azure Cloud Services using PowerShell
15-
You can collect diagnostic data like application logs, performance counters etc. from a Cloud Service using the Azure Diagnostics extension. This article describes how to enable the Azure Diagnostics extension for a Cloud Service using PowerShell. See [How to install and configure Azure PowerShell](/powershell/azure/overview) for the prerequisites needed for this article.
15+
You can collect diagnostic data like application logs, performance counters etc. from a Cloud Service using the Azure Diagnostics extension. This article describes how to enable the Azure Diagnostics extension for a Cloud Service using PowerShell. See [How to install and configure Azure PowerShell](/powershell/azure/) for the prerequisites needed for this article.
1616

1717
## Enable diagnostics extension as part of deploying a Cloud Service
1818
This approach is applicable to continuous integration type of scenarios, where the diagnostics extension can be enabled as part of deploying the cloud service. When creating a new Cloud Service deployment, you can enable the diagnostics extension by passing in the *ExtensionConfiguration* parameter to the [New-AzureDeployment](/powershell/module/servicemanagement/azure.service/new-azuredeployment?view=azuresmps-3.7.0) cmdlet. The *ExtensionConfiguration* parameter takes an array of diagnostics configurations that can be created using the [New-AzureServiceDiagnosticsExtensionConfig](/powershell/module/servicemanagement/azure.service/new-azureservicediagnosticsextensionconfig?view=azuresmps-3.7.0) cmdlet.

0 commit comments

Comments
 (0)