Get updated VerticalOffset of ScrollViewer after ChangeView()
While trying to scroll to the bottom of ListView using ListView's ScrollViewer like: ScrollViewer.ChangeView(null, ScrollViewer.ScrollableHeight, null); Due to virtualization, the bottom gets rendered on the scroll and bottom is pushed further more so…
Team Meeting Recording Stopped after two people tried recording the same meeting
During a meeting of 10 people the meeting organizer started the meeting , a meeting attendee started a recording of the meeting. About a minute later the meeting organizer tried starting their own recording, had some issues then moved own. At the end of…
AzureMLCompute Job Failed
I am having this error when I was following the notebook here: https://learn.microsoft.com/en-us/learn/modules/use-automated-machine-learning/ AzureMLCompute job failed. BFSMountError: unable to mount blob fuse file system Info: Could not mount…
98-349 windows 10
I looked around Peasron Vue website and Microsoft Learn for over 3 hours trying to purchase this course so i can take it online at Pearson VUE but it keeps taking me to certiport portal looking for a physical test location. I want to take the test at…
PowerShell Script to create new AD user account using existing user ID
Script to create new AD user account using existing user ID import-module activedirectory $User = Get-AdUser -Identity (Read-Host "Copy From Username") $DN = $User.distinguishedName $OldUser = [ADSI]"LDAP://$DN" $Parent =…
PowerShell Script to get AD user properties particular search Base OU
Import-Module activedirectory Get-ADUser -Filter * -SearchBase "" -Properties * | Select-Object DisplayName,samaccountName,EmailAddress,Enabled,Created,canonicalname,LastLogondate,memberof | ConvertTo-Csv | Out-File C:\Temp\tmp.csv …
Which is easiest solution to get connected to Azure SQL database without SIGN in and saving an Client IP everytime?
I have created SQL server, SQL database in azure.I dont have VM,Azure directory,virtual network.Whenever i want to connect to azure SQL database i need to sign in SQ server management studio,then set IP and also in azure portal i need to save my client…
![](https://techprofile.blob.core.windows.net/images/c4fc5e52b1f948d5b78c8391889ef52e.png)
azure with SMTP
Hi Guys, Am using azure VM and I have outlook email i wanna use with it. I want to use the smtp details for my site' contact page form to post to email address. via phpmailer. Data doesnt post. error : This page isn’t working mydomain.com is…
Need proper quideline for getting "Microsoft Certified: Azure Administrator Associate" certification.
Hi Team, I have gone through the Microsoft blogs and got some idea for getting "Microsoft Certified: Azure Administrator Associate". But still I am not clear for current available test for that certification. Could someone please help me…
Block local admins from installing printers
I have a number of users laptops that are Intune enrolled and Azure Hybrid joined. The users are local admins on their windows 10 laptops and I am trying to restrict the users from being able to install printers on their laptops for data security. I have…
Python Function App: LOGGING Best Practices
Hello, I created a Python Functon App that sometimes works and sometimes doesn't. I have an Application Insights instance running, but other than catching an "Exception" message that flows through the RealTime Monitoring, I'm struggling to…
![](https://techprofile.blob.core.windows.net/images/4iwLikdxE06opH2ekHy4xg.png?8DB77E)
I cant installed microsoft 365
Hi Admin, Previously I had Office 2016 at my pc, furthermore I purchased microsoft 365. So I try to uninstalled office 2016 after that Installed and downloaded microsoft 365. But somehow after the instalation was finishied, Office 2016 is still appear…
![](https://techprofile.blob.core.windows.net/images/2fooggAAAwAAAAAAAAAAAA.png?8DC1D0)
Azure Service Fabric Application stuck in rollback
We have a standalone service fabric installation hosted on a cluster of total 9 machines (5 management nodes + 2 frontend and 2 backend nodes). While upgrading an application using the monitoredauto upgrademode an error occured that caused a rollback.…
![](https://techprofile.blob.core.windows.net/images/lERuGqIsfE-3j2IJgoDLSw.png?8D844E)
What is the cost for running adhoc KQL queries on Application Insights logs?
We are planning to use Application Insights and trying to estimate cost. I want to know if there is any cost involved on running KQL queries on Application Insights logs? For example, if we have 5 team members and they run 200 adhoc KQL queries…
![](https://techprofile.blob.core.windows.net/images/IO03mwAAAwAAAAAAAAAAAA.png?8D8DD7)
![](https://techprofile.blob.core.windows.net/images/nkjT5wBABgAAAAAAAAAAAA.png?8D9A39)
Azure API Managment - HTTP Error 503. The service is unavailable.
Hi there, have created developer portal using Azure API management, now ready to publish and link to my domain I have added the CNAME in host records in namescheap.com. However am gettting below error when I try to access it. Service Unavailable …
![](https://techprofile.blob.core.windows.net/images/4iwLikdxE06opH2ekHy4xg.png?8DB77E)
Ranking calculation of probability programming with draw
On the web page“ https://learn.microsoft.com/zh-cn/dotnet/machine-learning/how-to-guides/matchup-app-infer-net ”According to the winning and losing relationship of each player and the result of the game, the players are ranked by using probabilistic…
Expected Requests/Second for Azure Functions
I need to process about 5000 HTTP requests per second using either Azure Functions or Azure App Services Those requests need to be transformed and written to Event Hub in the end The HTTP requests contain a query string which has to be converted to…
![](https://techprofile.blob.core.windows.net/images/JpDDuztUi0amLqXW6t7OUg.png?8D8595)
![](https://techprofile.blob.core.windows.net/images/4iwLikdxE06opH2ekHy4xg.png?8DB77E)
Azure SQL Performance Recommendations taking long time
Yesterday I found 7-8 Index Recommendations for my Azure SQL Databases. I applied few recommendations which is High impact. But it is taking some time - more than 18 hours. Is it not the recommended way? Or should we apply the recommendations…
![](https://techprofile.blob.core.windows.net/images/0Vjsgf5_BwAAAAAAAAAAAA.png?8D8071)
File Copy with Mobility Service
Hi folks, we have some NFS share on our ON-prem VMware machines, which will be used by applications after an Failover to azure. We have tested some application within TestfailOver and until the using of NFS share everything was good. I see the NetApp…
WHY the TFS forecast tool ignores Active, Resolved items?
In learn.microsoft article there is a statement: > The forecast tool ignores Scrum items set to Committed or Done and Agile and CMMI items set to Active, Resolved, or Completed. And so the tool includes in current iteration's forecast such…
![](https://techprofile.blob.core.windows.net/images/2fooggAAAwAAAAAAAAAAAA.png?8DC1D0)