Skip to content

Commit f16aa31

Browse files
authored
Merge pull request #48737 from craigcaseyMSFT/vcraic0809a
AzureLinkBugs: 10 articles fixed links
2 parents 8520bc6 + f67affc commit f16aa31

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

articles/active-directory/saas-apps/intralinks-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
113113
`https://<company name>.Intralinks.com/?PartnerIdpId=https://sts.windows.net/<AzureADTenantID>`
114114

115115
> [!NOTE]
116-
> This value is not real. Update this value with the actual Sign-On URL. Contact [Intralinks Client support team](https://www.intralinks.com/contact-1) to get this value.
116+
> This value is not real. Update this value with the actual Sign-On URL. Contact [Intralinks Client support team](https://www.intralinks.com/contact) to get this value.
117117

118118
1. On the **SAML Signing Certificate** section, click **Metadata XML** and then save the metadata file on your computer.
119119

@@ -123,7 +123,7 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
123123

124124
![Configure Single Sign-On](./media/intralinks-tutorial/tutorial_general_400.png)
125125

126-
1. To configure single sign-on on **Intralinks** side, you need to send the downloaded **Metadata XML** [Intralinks support team](https://www.intralinks.com/contact-1). They set this setting to have the SAML SSO connection set properly on both sides.
126+
1. To configure single sign-on on **Intralinks** side, you need to send the downloaded **Metadata XML** [Intralinks support team](https://www.intralinks.com/contact). They set this setting to have the SAML SSO connection set properly on both sides.
127127

128128
> [!TIP]
129129
> You can now read a concise version of these instructions inside the [Azure portal](https://portal.azure.com), while you are setting up the app! After adding this app from the **Active Directory > Enterprise Applications** section, simply click the **Single Sign-On** tab and access the embedded documentation through the **Configuration** section at the bottom. You can read more about the embedded documentation feature here: [Azure AD embedded documentation]( https://go.microsoft.com/fwlink/?linkid=845985)
@@ -161,7 +161,7 @@ The objective of this section is to create a test user in the Azure portal calle
161161

162162
### Creating an Intralinks test user
163163

164-
In this section, you create a user called Britta Simon in Intralinks. Please work with [Intralinks support team](https://www.intralinks.com/contact-1) to add the users in the Intralinks platform.
164+
In this section, you create a user called Britta Simon in Intralinks. Please work with [Intralinks support team](https://www.intralinks.com/contact) to add the users in the Intralinks platform.
165165

166166
### Assigning the Azure AD test user
167167

@@ -235,7 +235,7 @@ After that you can follow the below procedure to add another Intralinks applicat
235235

236236
![Configure Single Sign-On](./media/intralinks-tutorial/tutorial_intralinks_linkedsignon.png)
237237

238-
1. Get the SP Initiated SSO URL from [Intralinks team](https://www.intralinks.com/contact-1) for the other Intralinks application and enter it in **Configure Sign-on URL** as shown below.
238+
1. Get the SP Initiated SSO URL from [Intralinks team](https://www.intralinks.com/contact) for the other Intralinks application and enter it in **Configure Sign-on URL** as shown below.
239239

240240
![Configure Single Sign-On](./media/intralinks-tutorial/tutorial_intralinks_customappurl.png)
241241

articles/azure-stack/azure-stack-manage-storage-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ You can also use PowerShell to explicitly override the retention period and imme
178178
Start-AzsReclaimStorageCapacity -FarmName $farm_name
179179
````
180180
181-
For more information, see [Azure Stack PowerShell documentation.](https://msdn.microsoft.com/library/mt637964.aspx)
181+
For more information, see [Azure Stack PowerShell documentation.](https://docs.microsoft.com/powershell/module/azurerm.azurestackstorage)
182182
183183
184184
## Next steps

articles/cosmos-db/sql-api-python-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Sample solutions that perform CRUD operations and other common operations on Azu
4242
You also need the [Python SDK](sql-api-sdk-python.md).
4343

4444
> [!NOTE]
45-
> Each sample is self-contained; it sets itself up and cleans up after itself. The samples issue multiple calls to [document_client.CreateCollection](http://azure.github.io/azure-documentdb-python/api/pydocumentdb.document_client.html). Each time this is done, your subscription is billed for one hour of usage. For more information about Azure Cosmos DB billing, see [Azure Cosmos DB Pricing](https://azure.microsoft.com/pricing/details/cosmos-db/).
45+
> Each sample is self-contained; it sets itself up and cleans up after itself. The samples issue multiple calls to [document_client.CreateCollection](https://docs.microsoft.com/python/api/pydocumentdb.document_client.documentclient#createcollection). Each time this is done, your subscription is billed for one hour of usage. For more information about Azure Cosmos DB billing, see [Azure Cosmos DB Pricing](https://azure.microsoft.com/pricing/details/cosmos-db/).
4646
>
4747
>
4848

articles/hdinsight/hdinsight-hadoop-customize-cluster-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For information on how to deploy a template, see the following documents:
220220

221221
### Use a script action during cluster creation from Azure PowerShell
222222

223-
In this section, you use the [Add-AzureRmHDInsightScriptAction](https://msdn.microsoft.com/library/mt603527.aspx) cmdlet to invoke scripts to customize a cluster. Before proceeding, make sure you have installed and configured Azure PowerShell. For information about configuring a workstation to run HDInsight PowerShell cmdlets, see [Install and configure Azure PowerShell](/powershell/azure/overview).
223+
In this section, you use the [Add-AzureRmHDInsightScriptAction](https://docs.microsoft.com/powershell/module/azurerm.hdinsight/add-azurermhdinsightscriptaction) cmdlet to invoke scripts to customize a cluster. Before proceeding, make sure you have installed and configured Azure PowerShell. For information about configuring a workstation to run HDInsight PowerShell cmdlets, see [Install and configure Azure PowerShell](/powershell/azure/overview).
224224

225225
The following script demonstrates how to apply a script action when creating a cluster using PowerShell:
226226

articles/index.experimental.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,10 +3148,10 @@ description: Learn how to build and manage powerful applications using Microsoft
31483148
<a href="https://pypi.python.org/pypi/azure">Get the Python SDK</a>
31493149
</h3>
31503150
<p>
3151-
<a href="http://azure-sdk-for-python.readthedocs.io/en/latest/">Get started</a>
3151+
<a href="https://docs.microsoft.com/python/azure/?view=azure-python">Get started</a>
31523152
</p>
31533153
<p>
3154-
<a href="http://azure-sdk-for-python.readthedocs.io/en/latest/">API reference</a>
3154+
<a href="https://docs.microsoft.com/python/azure/?view=azure-python">API reference</a>
31553155
</p>
31563156
<p>
31573157
<a href="https://azure.microsoft.com/resources/samples/?platform=python">Get samples</a>
@@ -3427,7 +3427,7 @@ description: Learn how to build and manage powerful applications using Microsoft
34273427
<a href="/dotnet/articles/core/docker/visual-studio-tools-for-docker">Get Started</a>
34283428
</p>
34293429
<p>
3430-
<a href="https://go.microsoft.com/fwlink/?LinkId=780680">Download for Visual Studio</a>
3430+
<a href="https://marketplace.visualstudio.com/items?itemName=Click2CloudInc.Click2CloudDockerExtensionForVisualStudio2017">Download for Visual Studio</a>
34313431
</p>
34323432
<p>
34333433
<a href="https://go.microsoft.com/fwlink/?LinkId=780681">Download for Visual Studio Code</a>

articles/service-fabric/service-fabric-cluster-creation-via-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ To connect the Service Fabric cluster, use the following PowerShell command exam
685685
Connect-ServiceFabricCluster -ConnectionEndpoint <endpoint> -KeepAliveIntervalInSec 10 -AzureActiveDirectory -ServerCertThumbprint <thumbprint>
686686
```
687687

688-
To learn about the Connect-ServiceFabricCluster cmdlet, see [Connect-ServiceFabricCluster](https://msdn.microsoft.com/library/mt125938.aspx).
688+
To learn about the Connect-ServiceFabricCluster cmdlet, see [Connect-ServiceFabricCluster](https://docs.microsoft.com/powershell/module/servicefabric/connect-servicefabriccluster).
689689

690690
### Can I reuse the same Azure AD tenant in multiple clusters?
691691
Yes. But remember to add the URL of Service Fabric Explorer to your cluster (web) application. Otherwise, Service Fabric Explorer doesn’t work.

articles/service-fabric/service-fabric-visualstudio-configure-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you’re using the Visual Studio Service Fabric tools to upgrade a Service Fa
6262
3. If you select UnmonitoredManual upgrade mode, you must manually start a PowerShell console to continue and finish the upgrade process. Refer to [Service Fabric application upgrade: advanced topics](service-fabric-application-upgrade-advanced.md) to learn how manual upgrade works.
6363
6464
## Upgrade an application by using PowerShell
65-
You can use PowerShell cmdlets to upgrade a Service Fabric application. See [Service Fabric application upgrade tutorial](service-fabric-application-upgrade-tutorial.md) and [Start-ServiceFabricApplicationUpgrade](https://msdn.microsoft.com/library/mt125975.aspx) for detailed information.
65+
You can use PowerShell cmdlets to upgrade a Service Fabric application. See [Service Fabric application upgrade tutorial](service-fabric-application-upgrade-tutorial.md) and [Start-ServiceFabricApplicationUpgrade](https://docs.microsoft.com/powershell/module/servicefabric/start-servicefabricapplicationupgrade) for detailed information.
6666
6767
## Specify a health check policy in the application manifest file
6868
Every service in a Service Fabric application can have its own health policy parameters that override the default values. You can provide these parameter values in the application manifest file.

articles/traffic-manager/traffic-manager-FAQs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Azure Resource Manager requires all resource groups to specify a location, which
284284

285285
### How do I determine the current health of each endpoint?
286286

287-
The current monitoring status of each endpoint, in addition to the overall profile, is displayed in the Azure portal. This information also is available via the Traffic Monitor [REST API](https://msdn.microsoft.com/library/azure/mt163667.aspx), [PowerShell cmdlets](https://msdn.microsoft.com/library/mt125941.aspx), and [cross-platform Azure CLI](../cli-install-nodejs.md).
287+
The current monitoring status of each endpoint, in addition to the overall profile, is displayed in the Azure portal. This information also is available via the Traffic Monitor [REST API](https://msdn.microsoft.com/library/azure/mt163667.aspx), [PowerShell cmdlets](https://docs.microsoft.com/powershell/module/azurerm.trafficmanager), and [cross-platform Azure CLI](../cli-install-nodejs.md).
288288

289289
You can also use Azure Monitor to track the health of your endpoints and see a visual representation of them. For more about using Azure Monitor, see the [Azure Monitoring documentation](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-metrics).
290290

articles/virtual-machines/windows/tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To learn more about tagging through PowerShell, check out the [Azure Resource Cm
9494
* To see how tags can help you manage your use of Azure resources, see [Understanding your Azure Bill][Understanding your Azure Bill] and [Gain insights into your Microsoft Azure resource consumption][Gain insights into your Microsoft Azure resource consumption].
9595

9696
[PowerShell environment with Azure Resource Manager]: ../../azure-resource-manager/powershell-azure-resource-manager.md
97-
[Azure Resource Cmdlets]: https://msdn.microsoft.com/library/azure/dn757692.aspx
97+
[Azure Resource Cmdlets]: https://docs.microsoft.com/powershell/module/azurerm.resources/
9898
[Azure Resource Manager Overview]: ../../azure-resource-manager/resource-group-overview.md
9999
[Using Tags to organize your Azure Resources]: ../../azure-resource-manager/resource-group-using-tags.md
100100
[Understanding your Azure Bill]: ../../billing/billing-understand-your-bill.md

includes/sql-vm-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ First you need to have the latest [Azure PowerShell](http://msdn.microsoft.com/l
77
>
88
>
99
10-
Run the [**Connect-AzureRmAccount**](http://msdn.microsoft.com/library/mt619267.aspx) cmdlet and you will be presented with a sign-in screen to enter your credentials. Use the same credentials that you use to sign in to the Azure portal.
10+
Run the [**Connect-AzureRmAccount**](https://docs.microsoft.com/powershell/module/azurerm.profile/connect-azurermaccount) cmdlet and you will be presented with a sign-in screen to enter your credentials. Use the same credentials that you use to sign in to the Azure portal.
1111

1212
Connect-AzureRmAccount
1313

14-
If you have multiple subscriptions use the [**Set-AzureRmContext**](http://msdn.microsoft.com/library/mt619263.aspx) cmdlet to select which subscription your PowerShell session should use. To see what subscription the current PowerShell session is using, run [**Get-AzureRmContext**](http://msdn.microsoft.com/library/mt619265.aspx). To see all your subscriptions, run [**Get-AzureRmSubscription**](http://msdn.microsoft.com/library/mt619284.aspx).
14+
If you have multiple subscriptions use the [**Set-AzureRmContext**](https://docs.microsoft.com/powershell/module/azurerm.profile/set-azurermcontext) cmdlet to select which subscription your PowerShell session should use. To see what subscription the current PowerShell session is using, run [**Get-AzureRmContext**](https://docs.microsoft.com/powershell/module/azurerm.profile/get-azurermcontext). To see all your subscriptions, run [**Get-AzureRmSubscription**](https://docs.microsoft.com/powershell/module/servicemanagement/azurerm.profile/get-azurermsubscription).
1515

1616
Set-AzureRmContext -SubscriptionId '4cac86b0-1e56-bbbb-aaaa-000000000000'
1717

0 commit comments

Comments
 (0)