Skip to content

Commit e294b5e

Browse files
author
craigcaseyMSFT
committed
fix broken links from OPS report
1 parent fa7d2b2 commit e294b5e

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

articles/app-service/environment/app-service-app-service-environment-create-ilb-ase-resourcemanager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Once the *azuredeploy.parameters.json* file has been filled in for an ILB ASE, t
4646
After the Azure Resource Manager template is submitted it will take a few hours for the ILB ASE to be created. Once the creation completes, the ILB ASE will show up in the portal UX in the list of App Service Environments for the subscription that triggered the deployment.
4747

4848
## Uploading and Configuring the "Default" TLS/SSL Certificate
49-
Once the ILB ASE is created, a TLS/SSL certificate should be associated with the ASE as the "default" TLS/SSL certificate use for establishing TLS/SSL connections to apps. Continuing with the hypothetical Contoso Corporation example, if the ASE's default DNS suffix is *internal-contoso.com*, then a connection to *https://some-random-app.internal-contoso.com* requires a TLS/SSL certificate that is valid for **.internal-contoso.com*.
49+
Once the ILB ASE is created, a TLS/SSL certificate should be associated with the ASE as the "default" TLS/SSL certificate use for establishing TLS/SSL connections to apps. Continuing with the hypothetical Contoso Corporation example, if the ASE's default DNS suffix is *internal-contoso.com*, then a connection to *`https://some-random-app.internal-contoso.com`* requires a TLS/SSL certificate that is valid for **.internal-contoso.com*.
5050

5151
There are a variety of ways to obtain a valid TLS/SSL certificate including internal CAs, purchasing a certificate from an external issuer, and using a self-signed certificate. Regardless of the source of the TLS/SSL certificate, the following certificate attributes need to be configured properly:
5252

@@ -118,7 +118,7 @@ Once the *azuredeploy.parameters.json* file has been filled in, the default TLS/
118118

119119
After the Azure Resource Manager template is submitted it will take roughly forty minutes per ASE front-end to apply the change. For example, with a default sized ASE using two front-ends, the template will take around one hour and twenty minutes to complete. While the template is running the ASE will not be able to scaled.
120120

121-
Once the template completes, apps on the ILB ASE can be accessed over HTTPS and the connections will be secured using the default TLS/SSL certificate. The default TLS/SSL certificate will be used when apps on the ILB ASE are addressed using a combination of the application name plus the default hostname. For example *https://mycustomapp.internal-contoso.com* would use the default TLS/SSL certificate for **.internal-contoso.com*.
121+
Once the template completes, apps on the ILB ASE can be accessed over HTTPS and the connections will be secured using the default TLS/SSL certificate. The default TLS/SSL certificate will be used when apps on the ILB ASE are addressed using a combination of the application name plus the default hostname. For example *`https://mycustomapp.internal-contoso.com`* would use the default TLS/SSL certificate for **.internal-contoso.com*.
122122

123123
However, just like apps running on the public multi-tenant service, developers can also configure custom host names for individual apps, and then configure unique SNI TLS/SSL certificate bindings for individual apps.
124124

articles/app-service/faq-availability-performance-application-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For descriptions and syntax for all App Service web apps cmdlets, see [Az.Websit
4343

4444
To view your web app's event logs:
4545

46-
1. Sign in to your [Kudu website](https://*yourwebsitename*.scm.azurewebsites.net).
46+
1. Sign in to your **Kudu website** (`https://*yourwebsitename*.scm.azurewebsites.net`).
4747
2. In the menu, select **Debug Console** > **CMD**.
4848
3. Select the **LogFiles** folder.
4949
4. To view event logs, select the pencil icon next to **eventlog.xml**.
@@ -53,7 +53,7 @@ To view your web app's event logs:
5353

5454
To capture a user-mode memory dump of your web app:
5555

56-
1. Sign in to your [Kudu website](https://*yourwebsitename*.scm.azurewebsites.net).
56+
1. Sign in to your **Kudu website** (`https://*yourwebsitename*.scm.azurewebsites.net`).
5757
2. Select the **Process Explorer** menu.
5858
3. Right-click the **w3wp.exe** process or your WebJob process.
5959
4. Select **Download Memory Dump** > **Full Dump**.
@@ -66,7 +66,7 @@ You have two options for viewing process-level information for your web app:
6666
1. Open the **Process Explorer** for the web app.
6767
2. To see the details, select the **w3wp.exe** process.
6868
* In the Kudu console:
69-
1. Sign in to your [Kudu website](https://*yourwebsitename*.scm.azurewebsites.net).
69+
1. Sign in to your **Kudu website** (`https://*yourwebsitename*.scm.azurewebsites.net`).
7070
2. Select the **Process Explorer** menu.
7171
3. For the **w3wp.exe** process, select **Properties**.
7272

articles/app-service/faq-configuration-and-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For more information about using deployment slots, see [Set up a staging environ
121121

122122
To review WebJob logs:
123123

124-
1. Sign in to your [Kudu website](https://*yourwebsitename*.scm.azurewebsites.net).
124+
1. Sign in to your **Kudu website** (`https://*yourwebsitename*.scm.azurewebsites.net`).
125125
2. Select the WebJob.
126126
3. Select the **Toggle Output** button.
127127
4. To download the output file, select the **Download** link.

articles/app-service/faq-open-source-technologies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article has answers to frequently asked questions (FAQs) about issues with
2424

2525
To turn on PHP logging:
2626

27-
1. Sign in to your [Kudu website](https://*yourwebsitename*.scm.azurewebsites.net).
27+
1. Sign in to your **Kudu website** (`https://*yourwebsitename*.scm.azurewebsites.net`).
2828
2. In the top menu, select **Debug Console** > **CMD**.
2929
3. Select the **Site** folder.
3030
4. Select the **wwwroot** folder.
@@ -54,7 +54,7 @@ To change the version of the Node.js application, you can use one of the followi
5454
1. In the Azure portal, go to your web app.
5555
2. On the **Settings** blade, select **Application settings**.
5656
3. In **App settings**, you can include WEBSITE_NODE_DEFAULT_VERSION as the key, and the version of Node.js you want as the value.
57-
4. Go to your [Kudu console](https://*yourwebsitename*.scm.azurewebsites.net).
57+
4. Go to your **Kudu console** (`https://*yourwebsitename*.scm.azurewebsites.net`).
5858
5. To check the Node.js version, enter the following command:
5959
```
6060
node -v
@@ -89,7 +89,7 @@ If you see this error in your debug.log or php_errors.log files, your app is exc
8989
9090
## How do I debug a Node.js app that's hosted in App Service?
9191
92-
1. Go to your [Kudu console](https://*yourwebsitename*.scm.azurewebsites.net/DebugConsole).
92+
1. Go to your **Kudu console** (`https://*yourwebsitename*.scm.azurewebsites.net/DebugConsole`).
9393
2. Go to your application logs folder (D:\home\LogFiles\Application).
9494
3. In the logging_errors.txt file, check for content.
9595

articles/azure-functions/functions-create-function-linux-custom-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ mvn clean package
145145
mvn azure-functions:run
146146
```
147147
::: zone-end
148-
Once you see the `HttpExample` endpoint appear in the output, navigate to [`http://localhost:7071/api/HttpExample?name=Functions`](http://localhost:7071/api/HttpExample?name=Functions). The browser should display a "hello" message that echoes back `Functions`, the value supplied to the `name` query parameter.
148+
Once you see the `HttpExample` endpoint appear in the output, navigate to `http://localhost:7071/api/HttpExample?name=Functions`. The browser should display a "hello" message that echoes back `Functions`, the value supplied to the `name` query parameter.
149149

150150
Use **Ctrl**-**C** to stop the host.
151151

@@ -174,7 +174,7 @@ Once the image is running in a local container, open a browser to `http://localh
174174

175175
::: zone-end
176176
::: zone pivot="programming-language-java"
177-
Once the image is running in a local container, browse to [`http://localhost:8080/api/HttpExample?name=Functions`](http://localhost:8080/api/HttpExample?name=Functions), which should display the same "hello" message as before. Because the Maven archetype generates an HTTP triggered function that uses anonymous authorization, you can still call the function even though it's running in the container.
177+
Once the image is running in a local container, browse to `http://localhost:8080/api/HttpExample?name=Functions`, which should display the same "hello" message as before. Because the Maven archetype generates an HTTP triggered function that uses anonymous authorization, you can still call the function even though it's running in the container.
178178
::: zone-end
179179

180180
After you've verified the function app in the container, stop docker with **Ctrl**+**C**.

articles/azure-monitor/app/profiler-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: mbullwin
1212
# Configure Application Insights Profiler
1313

1414
## Updated Profiler Agent
15-
The trigger features only work with version 2.6 or newer of the profiler agent. If you are running an Azure App Service, your agent will be updated automatically. You can see what version of the agent you are running if you go to the Kudu URL for your website and append \DiagnosticServices to the end of it, like this: https://yourwebsite.scm.azurewebsites.net/diagnosticservices. The Application Insights Profiler Webjob should version 2.6 or newer. You can force an upgrade by restarting your web app.
15+
The trigger features only work with version 2.6 or newer of the profiler agent. If you are running an Azure App Service, your agent will be updated automatically. You can see what version of the agent you are running if you go to the Kudu URL for your website and append \DiagnosticServices to the end of it, like this: `https://yourwebsite.scm.azurewebsites.net/diagnosticservices`. The Application Insights Profiler Webjob should version 2.6 or newer. You can force an upgrade by restarting your web app.
1616

1717
If you are running the profiler on a VM or Cloud Service, you need to have Windows Azure Diagnostics (WAD) extension version 16.0.4 or newer installed. You can check the version of WAD by logging onto your VM and looking this directory: C:\Packages\Plugins\Microsoft.Azure.Diagnostics.IaaSDiagnostics\1.16.0.4. The directory name is the version of WAD that is installed. The Azure VM agent will update WAD automatically when new versions are available.
1818

articles/azure-signalr/signalr-concept-authenticate-oauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ The last thing you need to do is update the **Homepage URL** and **Authorization
539539

540540
| Setting | Example |
541541
| ------- | ------- |
542-
| Homepage URL | https://signalrtestwebapp22665120.azurewebsites.net/home |
543-
| Authorization callback URL | https://signalrtestwebapp22665120.azurewebsites.net/signin-github |
542+
| Homepage URL | `https://signalrtestwebapp22665120.azurewebsites.net/home` |
543+
| Authorization callback URL | `https://signalrtestwebapp22665120.azurewebsites.net/signin-github` |
544544
545545
3. Navigate to your web app URL and test the application.
546546

articles/cognitive-services/form-recognizer/quickstarts/label-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You'll use the Docker engine to run the sample labeling tool. Follow these steps
5757
docker run -it -p 3000:80 mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool eula=accept
5858
```
5959
60-
This command will make the sample labeling tool available through a web browser. Go to [http://localhost:3000](http://localhost:3000).
60+
This command will make the sample labeling tool available through a web browser. Go to `http://localhost:3000`.
6161
6262
> [!NOTE]
6363
> You can also label documents and train models using the Form Recognizer REST API. To train and Analyze with the REST API, see [Train with labels using the REST API and Python](./python-labeled-data.md).

articles/cognitive-services/immersive-reader/tutorial-multiple-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ The **getimmersivereaderlaunchparams** API endpoint should be secured behind som
255255
npm start
256256
```
257257
258-
4. Open your browser and navigate to [http://localhost:3000](http://localhost:3000). You should see the above content on the page. Click on either the **EastUS Immersive Reader** button or the **WestUS Immersive Reader** button to launch the Immersive Reader using those respective resources.
258+
4. Open your browser and navigate to `http://localhost:3000`. You should see the above content on the page. Click on either the **EastUS Immersive Reader** button or the **WestUS Immersive Reader** button to launch the Immersive Reader using those respective resources.
259259
260260
## Next steps
261261

articles/container-service/dcos-swarm/container-service-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Datadog is a monitoring service that gathers monitoring data from your container
2626
## Configure a Datadog deployment with Marathon
2727
These steps will show you how to configure and deploy Datadog applications to your cluster with Marathon.
2828

29-
Access your DC/OS UI via [http://localhost:80/](http://localhost:80/). Once in the DC/OS UI navigate to the "Universe" which is on the bottom left and then search for "Datadog" and click "Install."
29+
Access your DC/OS UI via `http://localhost:80/`. Once in the DC/OS UI navigate to the "Universe" which is on the bottom left and then search for "Datadog" and click "Install."
3030

3131
![Datadog package within the DC/OS Universe](./media/container-service-monitoring/datadog1.png)
3232

0 commit comments

Comments
 (0)