readme: fix markdown hyperlink (#1140)

This commit is contained in:
Hans De Mulder 2019-12-18 20:16:13 +01:00 коммит произвёл Mark Wolff
Родитель 75298bb9a7
Коммит 2d12c108c6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -139,7 +139,7 @@ appInsights.addTelemetryInitializer(() => false); // Nothing is sent after this
appInsights.trackTrace({message: 'this message will not be sent'}); // Not sent
```
#### Example: (Setting Cloud Role Name)[https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-map#set-cloud-role-name]
#### Example: [Setting Cloud Role Name](https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-map#set-cloud-role-name)
```js
var telemetryInitializer = (envelope) => {
envelope.tags["ai.cloud.role"] = "your role name";