Skip to content

Commit 8f0e34c

Browse files
authored
Merge pull request #101990 from v-thepet/links1-20
BrokenLinkBugs: More cantfix links
2 parents 35997e9 + 63dd93b commit 8f0e34c

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

articles/active-directory/develop/msal-js-known-issues-ie-edge-browsers.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ The cause for most of these issues is as follows. The session storage and local
3636

3737
- **Popup window doesn't close or is stuck when using login through Popup to authenticate**. When authenticating through popup window in Microsoft Edge or IE(InPrivate), after entering credentials and signing in, if multiple domains across security zones are involved in the navigation, the popup window doesn't close because MSAL.js loses the handle to the popup window.
3838

39-
Here are links to these issues in the Microsoft Edge issue tracker:
40-
- [Bug 13861050](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13861050/)
41-
- [Bug 13861663](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13861663/)
42-
4339
### Update: Fix available in MSAL.js 0.2.3
4440
Fixes for the authentication redirect loop issues have been released in [MSAL.js 0.2.3](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases). Enable the flag `storeAuthStateInCookie` in the MSAL.js config to take advantage of this fix. By default this flag is set to false.
4541

articles/batch/batch-linux-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The [Python code samples][github_samples_py] in the [azure-batch-samples][github
343343
[rest_add_pool]: https://msdn.microsoft.com/library/azure/dn820174.aspx
344344
[py_account_ops]: http://azure-sdk-for-python.readthedocs.org/en/dev/ref/azure.batch.operations.html#azure.batch.operations.AccountOperations
345345
[py_azure_sdk]: https://pypi.python.org/pypi/azure
346-
[py_batch_docs]: https://azure-sdk-for-python.readthedocs.io/batch.html
346+
[py_batch_docs]: https://azure.github.io/azure-sdk-for-python/ref/Batch.html
347347
[py_batch_package]: https://pypi.python.org/pypi/azure-batch
348348
[py_computenodeuser]: /python/api/azure-batch/azure.batch.models.computenodeuser
349349
[py_imagereference]: /python/api/azure-mgmt-batch/azure.mgmt.batch.models.imagereference

articles/container-service/dcos-swarm/container-service-docker-swarm-setup-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Before starting this tutorial, you need to complete the following tasks:
4646
[!INCLUDE [container-service-swarm-mode-note](../../../includes/container-service-swarm-mode-note.md)]
4747

4848
You also need an Ubuntu (14.04 or 16.04) machine with Docker installed. This machine is used by Azure DevOps Services during the Azure Pipelines processes.
49-
One way to create this machine is to use the image available in the [Azure Marketplace](https://azure.microsoft.com/marketplace/partners/canonicalandmsopentech/dockeronubuntuserver1404lts/).
49+
One way to create this machine is to use the image available in the Azure Marketplace.
5050

5151
## Step 1: Configure your Azure DevOps Services organization
5252

articles/virtual-machines/linux/login-using-aad.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ If you choose to install and use the CLI locally, this tutorial requires that yo
6969

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

72-
* https://login.microsoftonline.com
73-
* https://device.login.microsoftonline.com
74-
* https://pas.windows.net
75-
* https://management.azure.com
76-
* https://packages.microsoft.com
72+
* https:\//login.microsoftonline.com
73+
* https:\//device.login.microsoftonline.com
74+
* https:\//pas.windows.net
75+
* https:\//management.azure.com
76+
* https:\//packages.microsoft.com
7777

7878
> [!NOTE]
7979
> Currently, Azure network security groups can't be configured for VMs enabled with Azure AD authentication.

0 commit comments

Comments
 (0)