User Profile
juhua
Joined Dec 25, 2018
User Widgets
Recent Discussions
Re: AVD Outlook error
Hi, some targeted suggestions to help troubleshoot : Although FSLogix is robust, profile corruption can occasionally occur and cause issues with Outlook. Test with a new user profile to see if the issue persists. If the problem is resolved with a new profile, you might need to look into repairing or recreating affected FSLogix profiles. If you're using Cached Exchange Mode in Outlook, try adjusting the cache settings or temporarily disabling it to see if that affects connectivity.2.3KViews0likes1CommentRe: Need help with Azure Load Balancer
It appears that your setup is generally correct, but you're facing issues with traffic not reaching your FreeBSD VM via the Azure Load Balancer (NLB) on port 53/TCP. Double-check the NSG rules associated with your FreeBSD VM's network interface and the subnet it resides in. On the FreeBSD VM, ensure that IP forwarding is enabled Verify that the firewall on your FreeBSD VM (if any, such as ipfw or pf) is configured to allow inbound and outbound traffic on port 53/TCP. Even if Azure's NSG rules are correctly set, the VM's local firewall could still block the traffic?742Views0likes0CommentsRe: AVD RemoteApp not showing in web client taskbar
AVD RemoteApp applications not showing in the web client's taskbar is relatively unusual, but there are a few steps and considerations that might help you address it. Since this could be influenced by several factors ranging from the application's behavior to the Azure Virtual Desktop (AVD) setup, I think it's more likely to be a bug. i've encountered this bug in our Office Apps and Windows sometimes1.9KViews1like1CommentRe: Azure Migrate - maintain the same IP of the source virtual machines
during the migration process, Azure does indeed default to using DHCP for IP address allocation for the VMs being migrated. However, if you need to retain the same IP addresses for your virtual machines in Azure as they had on-premises (assuming the target Azure VNet's address space accommodates this), you'll need to manually configure this post-migration.1.8KViews0likes1CommentRe: Windows File Server migration
Hi, Santosh, involves careful planning and execution! I think some key factors and steps to consider ensuring a seamless migration experience: 1. Preparation and Assessment Evaluate Current Environment: Assess the size, permissions, and types of data on your current file shares. Tools like the Storage Migration Service can help in assessing the environment. Plan for Azure File Shares: Decide on the performance tier based on your needs (Premium, Standard, etc.). Also, estimate the cost based on the size and access patterns. 2. Integration with Active Directory (AD) Domain Services Care of the Azure AD DS Authentication and DNS Configuration etc. 4. Implement File Sync and DFS Set up Azure File Sync to sync your on-premises file server with Azure File share. This will replicate data and can also be used to tier cold data to Azure while keeping frequently accessed data on-premises. Use Distributed File System (DFS) Namespaces to maintain the same folder paths for users. DFS can abstract the file share's physical location, allowing you to change the backend without affecting user access paths.942Views1like1CommentRe: Login on azure dev on loop
When you encounter an infinite authentication loop followed by a 500 error in Azure DevOps, it typically indicates a problem with the authentication process, which might be due to several factors ranging from browser issues to configuration settings in Azure DevOps or Azure Active Directory. Here are some steps you can take to troubleshoot and potentially resolve the issue - Clear Browser Cache and Cookies - Try a Different Browser or Incognito Mode - Contact Support1.8KViews0likes1CommentRe: File Explorer is slow when traversing files synced with OneDrive
Hi, these steps will cover general areas that could be impacting the performance or functionality of OneDrive in such a setup: Ensure that OneDrive is up to date on all AVD instances. An outdated OneDrive client can cause sync issues. Use the built-in OneDrive sync health dashboard in the Microsoft 365 admin center (if available for your subscription) to check for any reported issues with user sync status. Implement OneDrive's Files On-Demand feature to reduce the bandwidth and storage requirements on each AVD instance. Ensure that Known Folder Move (KFM) is configured correctly to redirect Desktop, Documents, and Pictures folders to OneDrive. This helps in managing user files more efficiently. Verify that all AVD session hosts are optimized for performance and are not over-provisioned with users, which could impact overall system resources and affect applications like OneDrive. Consider implementing FSLogix profile containers if not already in use, which can improve the performance and manageability of user profiles in AVD environments.4.3KViews0likes5CommentsRe: NVs Builds Never Detect Nvidia GPU - What am I doing wrong?
I've had this problem before. I avoided it by redeploying the VM and installing the GPU driver The Standard NV8as v4 instances are designed for GPU-accelerated workloads, but getting them to correctly recognize and utilize the GPU can sometimes be tricky due to driver and configuration issues. Here are several steps and considerations 1. Verify GPU Availability 2. Use the Correct GPU Driver 3. Use NVIDIA-SMI Tool: nvidia-smi 4. Contact Azure Support2KViews0likes0Comments
Recent Blog Articles
No content to show