Update service-fabric-mesh-monitoring-diagnostics.md
The "az mesh servicereplica" command is wrong and incomplete
This commit is contained in:
Родитель
e82a821103
Коммит
d1c2f0b67c
|
@ -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:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче