User Profile
Kidd_Ip
MVP
Joined Jul 27, 2021
User Widgets
Recent Discussions
Re: Weird problem when comparing the answers from chat playground and answer from api
The Azure AI Foundry Chat Playground incorporates additional hidden system messages and underlying scaffolding that are not visible in the user interface or included in the “View Code” snippet. These implicit instructions influence and refine the model’s behavior, which accounts for the greater accuracy and consistency often observed in Playground outputs compared to direct API calls. While these hidden prompts cannot be accessed directly, similar results can be achieved by explicitly defining system messages and carefully structuring prompt formatting when working with the API or through LangChain. Safety system messages - Azure OpenAI in Microsoft Foundry Models | Microsoft Learn Azure AI Foundry Chat Playground gives better results than API for same prompt (gpt-4o-mini)? - Stack Overflow1View0likes0CommentsRe: Shared OneDrive for Charity Management Team
Trustees are able to remain signed in to the shared OneDrive for Business library using their charity Microsoft 365 accounts without the need to rely on incognito browsing. At the same time, they can continue to access their personal OneDrive accounts independently. To manage both environments effectively, users should either configure multiple accounts within the OneDrive sync client or maintain separate browser profiles. Create a new shared library from OneDrive for work or school - Microsoft Support can i have both a work and personal account on the same computer? Does it require 2 login accounts? How does OneDrive work with 2 types of accounts? - Microsoft Q&A4Views0likes0CommentsRe: Azure DevOps Template Folders
Azure DevOps does not provide functionality for organizing work item templates into a folder structure. All templates are maintained in a flat list within the project, with no native capability to group or categorize them. The supported management actions are limited to creating, editing, deleting, and applying templates. Update Work Items with Templates in Azure Boards - Azure Boards | Microsoft Learn21Views0likes0CommentsRe: Microsoft Word opens custom WebDav server in Read Only mode
Microsoft Word will only open a WebDAV document in read/write mode when the server fully supports WebDAV Class 2, which mandates proper implementation of the LOCK and UNLOCK methods. If Word is unable to establish a valid lock on the document, it will default to opening the file in read-only mode. On macOS, Office applications enforce stricter compliance: they will not attempt a LOCK operation unless the server explicitly advertises and correctly implements Class 2 locking. https://www.webdavsystem.com/server/documentation/ms_office_read_only9Views0likes0CommentsRe: Seamless SSO According to MS Support
Microsoft’s official documentation indicates that Azure Virtual Desktop (AVD) Single Sign-On (SSO) with Microsoft Entra ID is supported; however, in hybrid environments the experience is not fully seamless. Even with SSO enabled, you may still encounter credential prompts when initiating a session host, depending on the authentication flow and whether passwordless or token-based sign-in methods are in place. Configure single sign-on for Azure Virtual Desktop using Microsoft Entra ID - Azure Virtual Desktop | Microsoft Learn Connect to Azure Virtual Desktop | Azure Docs14Views0likes1CommentRe: Word Document - Projector screen and Monitor Screen
Rather than reformatting Word documents to non-standard paper sizes, the recommended approach is to leverage Presentation Mode in Word or PowerPoint. These features enable documents to be displayed in full-screen view and automatically adjust to the resolution of projectors or monitors, ensuring that the original A4 layout remains intact. For multi-monitor and projector environments, Microsoft specifically recommends using Presenter View in PowerPoint or Present Online in Word, both of which provide a seamless and dynamic presentation experience without compromising document formatting. How to Use Presentation Mode in Microsoft Word Present on multiple monitors (and view speaker notes privately) - Microsoft Support10Views0likes3CommentsRe: Azure file sync, avoid duplicate files
Azure File Sync does not provide support for endpoint prioritization or failover mechanisms. Within a sync group, all server endpoints operate as peers. Consequently, if the same file is accessed and modified on multiple servers, conflict resolution may result in duplicate files, each appended with the corresponding server name. To mitigate this issue, it is recommended to architect the environment so that users consistently connect to a single authoritative endpoint or directly to the Azure file share rather than attempting to impose priority across multiple servers. Modify your Azure File Sync topology | Microsoft Learn Plan for an Azure File Sync Deployment | Azure Docs5Views1like0CommentsRe: Microsoft Copilot
Not apply to me both on Copilot and M365 Copilot, btw, please take note below was not allowed: • Topics involving self‑harm, violence, or dangerous instructions • Copyrighted material, or election predictions before results are official • Privacy boundariessay personal data handling • Image generation limits like political candidates or unsafe scenarios21Views0likes1CommentRe: Azure Logic App Creating multiple containers
Logic Apps are creating a new container on each run because the workflow is invoking the Create container action rather than the Create blob action. This results in a unique container being provisioned per execution, often using dynamic identifiers rather than writing the file into an existing container. The recommended approach is to provision the container once and subsequently use Create blob or Upload blob to add or update files within that container. Connect to Azure Blob Storage from Workflows - Azure Logic Apps | Microsoft Learn12Views0likes0CommentsRe: Intune Kiosk setup steps
Microsoft Intune does not currently support a single, consolidated workflow for kiosk configuration. Instead, administrators must implement a staged approach that includes application deployment, kiosk profile assignment, and subsequent customizations (such as desktop shortcuts). Kiosk settings for Windows and Holographic devices in Microsoft Intune - Microsoft Intune | Microsoft Learn11Views0likes0CommentsRe: Third-party virtual channel support on Remote Desktop client for MacOS
At present, the Remote Desktop client for macOS does not provide support for third‑party virtual channel plugins. While the Windows client includes full compatibility with Dynamic Virtual Channels (DVC) through its API, this functionality is not implemented on macOS, and Microsoft has not announced any plans to extend such support to the platform. https://learn.microsoft.com/en-us/answers/questions/1377470/how-to-load-customer-virtual-channel-in-macos-azur11Views0likes0CommentsRe: Intune iPhone apply policy based on user
Intune policy deployment is driven primarily by the user account associated with the device enrollment rather than the device itself. When a corporate iPhone is enrolled through Apple Business Manager (ABM) into Intune, the configuration profiles, compliance policies, and applications applied are determined by the user’s group membership. At present, Intune does not provide a mechanism to pre‑assign policies during the provisioning stage without leveraging groups or filters, as its architecture is fundamentally user‑centric. Tutorial - Use Apple Business Manager to enroll iOS/iPadOS devices in Intune - Microsoft Intune | Microsoft Learn Assign device profiles in Microsoft Intune - Microsoft Intune | Microsoft Learn6Views0likes0CommentsRe: Template for Novices
It is possible to design a Microsoft Word template with fixed placeholders, say an example, a 4×4 grid for images by utilizing tables or content controls. To ensure that inserted images retain their quality, configure Office to use High Fidelity image resolution, which prevents automatic compression. Microsoft provides an official guide with detailed instructions on this process. Change the default resolution for inserting pictures in Office - Microsoft Support28Views1like0CommentsRe: Retrive deleted Release Classic Pipeline
Yes, Azure DevOps provides the capability to restore a deleted classic release pipeline within 30 days of its removal. This can be accomplished through the Releases page, where a dedicated tab displays deleted pipelines and offers the option to reinstate them. Azure Pipelines - Sprint 147 Update | Microsoft Learn12Views0likes0CommentsRe: OneDrive/SharePoint permission problem
This issue is most likely the result of stale or orphaned permissions associated with the users’ previous Azure AD object IDs during their deactivation period. It is not necessary to delete and recreate the accounts. A more effective approach is to re‑establish permissions by using tools such as Check Permissions, removing and re‑adding the users to the relevant site or library, or re‑sharing the affected files so that they inherit updated permissions tied to the current user identity. Access Denied or You need permission errors in SharePoint Online and OneDrive - SharePoint | Microsoft Learn Troubleshooting Permission Issues in SharePoint Online (2026)23Views0likes0CommentsRe: Ubuntu as session host
Microsoft does not currently offer native support for Ubuntu or other Linux distributions as session hosts within Azure Virtual Desktop. Official Microsoft documentation specifies that Azure Virtual Desktop session hosts are based on Windows, and Linux-based session hosting is not natively supported. The GitHub project LinuxBrokerForAVDAccess represents a community-driven initiative and should be regarded as experimental, as it is not part of the officially supported Microsoft product portfolio.23Views1like0CommentsRe: Ingest Azure Monitor logs in Elasticsearch and visualize it on Kibana
Azure Monitor logs can be ingested into Elasticsearch and subsequently visualized in Kibana. Official guidance is available from both Elastic and Microsoft Learn. Elastic recommends leveraging the Elastic Agent with the Azure integration to collect and forward Azure Monitor data into Elasticsearch. In parallel, Microsoft Learn provides documentation on integrating Elasticsearch logs with Azure Monitor to support monitoring and troubleshooting activities. Monitor Microsoft Azure with Elastic Agent | Elastic Docs Integrate elastic logs with Azure Monitor - Microsoft Azure Data Manager for Energy | Microsoft Learn16Views0likes0CommentsRe: Office home and business Premium "service unavailable", product key activation
See whether this can help: Unlicensed Product and activation errors in Office - Microsoft Support Troubleshoot and Fix Office Activation problems and errors How to Fix "Unable to Activate Microsoft Office: This Is Not a Valid Office Product Key" Error17Views0likes0Comments
Recent Blog Articles
No content to show