Mahesh Kshirsagar

Results 10 comments of Mahesh Kshirsagar

thanks @David-Summers . Interesting to hear idea of dark mode icons isn't getting any traction. i find myself in situation where visio diagram exported as either png or emf file...

@SteveLasker - is there any further update on this? it's been more than 6 months now :-) also, is token support for SPs and MIs also impacting release of assigning...

thanks @pkorolo ! this is super-helpful!! is there a plan to have these role definitions along with assignments as part of the `azopsreference` folder in reference implementation? currently customers can...

Have given it more that 30 mins but still no cpu stats. ``` kubectl describe hpa Name: aspnetcoreapp-hpa Namespace: default Labels: Annotations: CreationTimestamp: Fri, 11 Aug 2017 16:46:18 +0530 Reference:...

Yes. You suggested workaround has solved the problem. My steps as below - 1. Note `MASTERFQDN `and `LINUXADMINUSERNAME `from "_deployment_" pane of resource group. 2. Log onto `MASTERFQDN `using Putty....

@samlyhuang @LakshyaGarg @abhikbanerjee temporary workaround as described [here](https://github.com/Azure/ACS/issues/49#issuecomment-322098955) has resolved my issue.

Created new image from `microsoft/mssql-server-linux:ctp2-1` base image. Same results :-( Database still shows "Recovery Pending" status. Also tried with following another approach. Dockerfile: ``` FROM microsoft/mssql-server-linux:ctp2-1 # Create app directory...

Thanks @chzbrgr71. I see that you are using base image `microsoft/mssql-server-linux` to create container and then run a script to create custom database. In my case, I have a custom...

Thats why I am using statefulset with persistent volume. Even if I do not put my database as part of image and try to create it using db creation script...