Skip to content

Commit 7f796c7

Browse files
author
craigcaseyMSFT
committed
fix broken links from OPS report
1 parent f056671 commit 7f796c7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/azure-monitor/app/profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you want to enable the profiler for other clouds, you can use the below app s
5555
|App Setting | US Government Values| China Cloud |
5656
|---------------|---------------------|-------------|
5757
|ApplicationInsightsProfilerEndpoint | https://agent.serviceprofiler.azure.us | https://profiler.applicationinsights.azure.cn |
58-
|ApplicationInsightsEndpoint | https:\//dc.applicationinsights.us | https:\//dc.applicationinsights.azure.cn |
58+
|ApplicationInsightsEndpoint | https://dc.applicationinsights.us | https://dc.applicationinsights.azure.cn |
5959

6060
## Disable Profiler
6161

articles/azure-monitor/app/sdk-connection-string.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Connection string consists of a list of settings represented as key-value pairs
6363
Setting the endpoint suffix will instruct the SDK which Azure cloud to connect to. The SDK will assemble the rest of the endpoint for individual services.
6464
- Explicit Endpoints.
6565
Any service can be explicitly overridden in the connection string.
66-
- `IngestionEndpoint` (ex: https:\//dc.applicationinsights.azure.com)
67-
- `LiveEndpoint` (ex: https:\//live.applicationinsights.azure.com)
68-
- `ProfilerEndpoint` (ex: https:\//profiler.applicationinsights.azure.com)
69-
- `SnapshotEndpoint` (ex: https:\//snapshot.applicationinsights.azure.com)
66+
- `IngestionEndpoint` (ex: https://dc.applicationinsights.azure.com)
67+
- `LiveEndpoint` (ex: https://live.applicationinsights.azure.com)
68+
- `ProfilerEndpoint` (ex: https://profiler.applicationinsights.azure.com)
69+
- `SnapshotEndpoint` (ex: https://snapshot.applicationinsights.azure.com)
7070

7171
#### Endpoint schema
7272

@@ -105,7 +105,7 @@ In this example, only the Instrumentation Key has been set.
105105
- Authorization scheme defaults to "ikey"
106106
- Instrumentation Key: 00000000-0000-0000-0000-000000000000
107107
- The regional service URIs are based on the [SDK defaults](https://github.com/microsoft/ApplicationInsights-dotnet/blob/e50d569cebf485e72e98f4a08a0bc0e30cdf42bc/BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Endpoints/Constants.cs#L6) and will connect to the public global Azure:
108-
- Ingestion: https:\//dc.services.visualstudio.com/
108+
- Ingestion: https://dc.services.visualstudio.com/
109109
- Live metrics: https://rt.services.visualstudio.com/
110110
- Profiler: https://agent.azureserviceprofiler.net/
111111
- Debugger: https://agent.azureserviceprofiler.net/
@@ -121,10 +121,10 @@ In this example, this connection string specifies the endpoint suffix and the SD
121121
- Authorization scheme defaults to "ikey"
122122
- Instrumentation Key: 00000000-0000-0000-0000-000000000000
123123
- The regional service URIs are based on provided endpoint suffix:
124-
- Ingestion: https:\//dc.ai.contoso.com
125-
- Live metrics: https:\//live.ai.contoso.com
126-
- Profiler: https:\//profiler.ai.contoso.com
127-
- Debugger: https:\//snapshot.ai.contoso.com
124+
- Ingestion: https://dc.ai.contoso.com
125+
- Live metrics: https://live.ai.contoso.com
126+
- Profiler: https://profiler.ai.contoso.com
127+
- Debugger: https://snapshot.ai.contoso.com
128128

129129

130130

articles/vmware-cloudsimple/quickstart-create-cloudsimple-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ To set up pay-as-you go capacity for a CloudSimple Private Cloud environment, fi
8282
## Next steps
8383

8484
* [Create Private Cloud and configure environment](quickstart-create-private-cloud.md)
85-
* Learn more about [CloudSimple service](https://docs.microsoft.com/en-us/azure/vmware-cloudsimple/cloudsimple-service)
85+
* Learn more about [CloudSimple service](https://docs.microsoft.com/azure/vmware-cloudsimple/cloudsimple-service)

0 commit comments

Comments
 (0)