Skip to content

Commit a6a7272

Browse files
authored
Merge pull request #101703 from v-thepet/cantfixlinks
BrokenLinkBugs: Fix or remove longstanding broken links
2 parents ea2527f + 9e91050 commit a6a7272

File tree

8 files changed

+17
-36
lines changed

8 files changed

+17
-36
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-windows.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ The following Azure regions are currently supported during the preview of this f
6060

6161
To enable Azure AD authentication for your Windows VMs in Azure, you need to ensure your VMs network configuration permits outbound access to the following endpoints over TCP port 443:
6262

63-
- https://enterpriseregistration.windows.net
64-
- https://login.microsoftonline.com
65-
- https://device.login.microsoftonline.com
66-
- https://pas.windows.net
63+
- https:\//enterpriseregistration.windows.net
64+
- https:\//login.microsoftonline.com
65+
- https:\//device.login.microsoftonline.com
66+
- https:\//pas.windows.net
6767

6868
## Enabling Azure AD login in for Windows VM in Azure
6969

@@ -246,15 +246,15 @@ The AADLoginForWindows extension must install successfully in order for the VM t
246246
247247
1. Ensure the required endpoints are accessible from the VM using the command line:
248248

249-
- curl https://login.microsoftonline.com/ -D –
250-
- curl https://login.microsoftonline.com/`<TenantID>`/ -D –
249+
- curl https:\//login.microsoftonline.com/ -D –
250+
- curl https:\//login.microsoftonline.com/`<TenantID>`/ -D –
251251

252252
> [!NOTE]
253253
> Replace `<TenantID>` with the Azure AD Tenant ID that is associated with the Azure subscription.
254254
255-
- curl https://enterpriseregistration.windows.net/ -D -
256-
- curl https://device.login.microsoftonline.com/ -D -
257-
- curl https://pas.windows.net/ -D -
255+
- curl https:\//enterpriseregistration.windows.net/ -D -
256+
- curl https:\//device.login.microsoftonline.com/ -D -
257+
- curl https:\//pas.windows.net/ -D -
258258

259259
1. The Device State can be viewed by running `dsregcmd /status`. The goal is for Device State to show as `AzureAdJoined : YES`.
260260

@@ -281,15 +281,15 @@ This Exit code translates to DSREG_AUTOJOIN_DISC_FAILED because the extension is
281281

282282
1. Verify the required endpoints are accessible from the VM using the command line:
283283

284-
- curl https://login.microsoftonline.com/ -D –
285-
- curl https://login.microsoftonline.com/`<TenantID>`/ -D –
284+
- curl https:\//login.microsoftonline.com/ -D –
285+
- curl https:\//login.microsoftonline.com/`<TenantID>`/ -D –
286286

287287
> [!NOTE]
288288
> Replace `<TenantID>` with the Azure AD Tenant ID that is associated with the Azure subscription. If you need to find the tenant ID, you can hover over your account name to get the directory / tenant ID, or select Azure Active Directory > Properties > Directory ID in the Azure portal.
289289
290-
- curl https://enterpriseregistration.windows.net/ -D -
291-
- curl https://device.login.microsoftonline.com/ -D -
292-
- curl https://pas.windows.net/ -D -
290+
- curl https:\//enterpriseregistration.windows.net/ -D -
291+
- curl https:\//device.login.microsoftonline.com/ -D -
292+
- curl https:\//pas.windows.net/ -D -
293293

294294
1. If any of the commands fails with "Could not resolve host `<URL>`", try running this command to determine the DNS server that is being used by the VM.
295295

articles/data-factory/v1/data-factory-customer-case-studies.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,5 @@ Data Factory is a cloud-based information management service that automates the
2222
## Rockwell Automation
2323
[Industrial Automation Firm Cuts Costs up to 90 Percent with big data Solutions](https://customers.microsoft.com/en-us/story/726192-industrial-automation-firm-cuts-costs-up-to-90-percent)
2424

25-
## Ziosk
26-
[What game you want to go with that burger? Ziosk may already know.](https://customers.microsoft.com/Pages/CustomerStory.aspx?recid=18294)
27-
28-
## Alaska Airlines
29-
[Airline Uses Tablets, Cloud Services to Offer More Engaging In-Flight Entertainment](https://customers.microsoft.com/Pages/CustomerStory.aspx?recid=19357)
30-
31-
## Tacoma public schools
32-
[Predicting student dropout risks, increasing graduation rates with cloud analytics](https://customers.microsoft.com/Pages/CustomerStory.aspx?recid=20703)
33-
34-
## Real Madrid FC
35-
[Real Madrid brings the stadium closer to 450 million fans around the globe, with the Microsoft Cloud](https://customers.microsoft.com/Pages/CustomerStory.aspx?recid=20522)
36-
37-
## Pier 1 Imports
38-
[Finding a Better Connection with Customers through Cloud Machine Learning](https://customers.microsoft.com/Pages/CustomerStory.aspx?recid=11257)
39-
4025
## Microsoft Studio
4126
[Delivering epic Xbox experiences by analyzing hundreds of billions of game events each day](https://customers.microsoft.com/en-us/story/xboxunlimited)

articles/virtual-machines/linux/create-upload-openbsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article assumes that you have the following items:
2727

2828
* **An Azure subscription** - If you don't have an account, you can create one in just a couple of minutes. If you have an MSDN subscription, see [Monthly Azure credit for Visual Studio subscribers](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/). Otherwise, learn how to [create a free trial account](https://azure.microsoft.com/pricing/free-trial/).
2929
* **Azure CLI** - Make sure you have the latest [Azure CLI](/cli/azure/install-azure-cli) installed and logged in to your Azure account with [az login](/cli/azure/reference-index).
30-
* **OpenBSD operating system installed in a .vhd file** - A supported OpenBSD operating system ([6.2 version AMD64](https://ftp.openbsd.org/pub/OpenBSD/6.2/amd64/)) must be installed to a virtual hard disk. Multiple tools exist to create .vhd files. For example, you can use a virtualization solution such as Hyper-V to create the .vhd file and install the operating system. For instructions about how to install and use Hyper-V, see [Install Hyper-V and create a virtual machine](https://technet.microsoft.com/library/hh846766.aspx).
30+
* **OpenBSD operating system installed in a .vhd file** - A supported OpenBSD operating system ([6.6 version AMD64](https://ftp.openbsd.org/pub/OpenBSD/6.6/amd64/)) must be installed to a virtual hard disk. Multiple tools exist to create .vhd files. For example, you can use a virtualization solution such as Hyper-V to create the .vhd file and install the operating system. For instructions about how to install and use Hyper-V, see [Install Hyper-V and create a virtual machine](https://technet.microsoft.com/library/hh846766.aspx).
3131

3232

3333
## Prepare OpenBSD image for Azure

articles/virtual-machines/linux/create-upload-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Ubuntu now publishes official Azure VHDs for download at [https://cloud-images.u
2121
* Ubuntu 12.04/Precise: [ubuntu-12.04-server-cloudimg-amd64-disk1.vhd.zip](https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.vhd.zip)
2222
* Ubuntu 14.04/Trusty: [ubuntu-14.04-server-cloudimg-amd64-disk1.vhd.zip](https://cloud-images.ubuntu.com/releases/trusty/release/ubuntu-14.04-server-cloudimg-amd64-disk1.vhd.zip)
2323
* Ubuntu 16.04/Xenial: [ubuntu-16.04-server-cloudimg-amd64-disk1.vmdk](https://cloud-images.ubuntu.com/releases/xenial/release/ubuntu-16.04-server-cloudimg-amd64-disk1.vmdk)
24-
* Ubuntu 18.04/Bionic: [bionic-server-cloudimg-amd64.vhd.zip](https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.vhd.zip)
24+
* Ubuntu 18.04/Bionic: [bionic-server-cloudimg-amd64.vmdk](https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.vmdk)
2525
* Ubuntu 18.10/Cosmic: [cosmic-server-cloudimg-amd64.vhd.zip](http://cloud-images.ubuntu.com/releases/cosmic/release/ubuntu-18.10-server-cloudimg-amd64.vhd.zip)
2626

2727
## Prerequisites

articles/virtual-machines/linux/deploy-ibm-db2-purescale-azure.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,4 @@ For more information about these and other known problems, see the kb.md file in
149149

150150
- [IBM Data Studio](https://www.ibm.com/developerworks/downloads/im/data/index.html/)
151151

152-
- [Platform Modernization Alliance: IBM DB2 on Azure](https://www.platformmodernization.org/pages/ibmdb2azure.aspx)
153-
154152
- [Azure Virtual Data Center Lift and Shift Guide](https://azure.microsoft.com/resources/azure-virtual-datacenter-lift-and-shift-guide/)

articles/virtual-machines/workloads/mainframe-rehosting/concepts/mainframe-compute-azure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,5 @@ Each tier can also provide appropriate disaster recovery services. For example,
134134

135135
### More migration resources
136136

137-
- [Platform Modernization Alliance: IBM Db2 on Azure](https://www.platformmodernization.org/pages/ibmdb2azure.aspx)
138137
- [Azure Virtual Data Center Lift and Shift Guide](https://azure.microsoft.com/resources/azure-virtual-datacenter-lift-and-shift-guide/)
139138
- [GlusterFS iSCSI](https://docs.gluster.org/en/latest/Administrator%20Guide/GlusterFS%20iSCSI/)

articles/virtual-machines/workloads/mainframe-rehosting/concepts/mainframe-storage-azure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,5 @@ Blob storage provides the largest volume of storage on Azure. In addition to sto
123123

124124
### More migration resources
125125

126-
- [Platform Modernization Alliance: IBM Db2 on Azure](https://www.platformmodernization.org/pages/ibmdb2azure.aspx)
127126
- [Azure Virtual Data Center Lift and Shift Guide](https://azure.microsoft.com/resources/azure-virtual-datacenter-lift-and-shift-guide/)
128127
- [GlusterFS iSCSI](https://docs.gluster.org/en/latest/Administrator%20Guide/GlusterFS%20iSCSI/)

articles/virtual-machines/workloads/mainframe-rehosting/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To get started, download [Microsoft Azure Government cloud for mainframe applica
110110

111111
## Next steps
112112

113-
Ask our [partners](partner-workloads.md) to help you migrate or rehost your mainframe applications. For detailed guidance about choosing a partner solution, see the [Platform Modernization Alliance](https://www.platformmodernization.org/pages/mainframe.aspx) website.
113+
Ask our [partners](partner-workloads.md) to help you migrate or rehost your mainframe applications.
114114

115115
See also:
116116

0 commit comments

Comments
 (0)