зеркало из
1
0
Форкнуть 0

Update service-fabric-mesh-monitoring-diagnostics.md

The "az mesh servicereplica" command is wrong and incomplete
This commit is contained in:
Samir Farhat (MVP) 2018-07-07 14:38:26 +02:00 коммит произвёл GitHub
Родитель e82a821103
Коммит d1c2f0b67c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@ az mesh code-package-log get --resource-group <nameOfRG> --app-name <nameOfApp>
```
> [!NOTE]
> You can use the "az mesh servicereplica" command to get the replica name. Replica names are incrementing numbers from 0.*
> You can use the "az mesh service-replica list --resource-group "<myResourceGroup>" --app-name "<App Name>" --service-name "<ServiceName>"" command to get the replica name. Replica names are incrementing numbers from 0.*
Here is what this looks like for seeing the logs from the VotingWeb.Code container from the voting application: