Azure managed instance backup encrypted database
How to backup Azure managed instance database that is TDE encryption enabled
Help with Windows Named Pipes
Win32 experts, I'm writing an app that includes a master process written in C# that forks a subprocess written in Python and compiled into an exe. I am attempting to open named pipe between the two and despite working through all online tips and all…
How do I dynamically replace manual value here?
I am trying to set some type of variable (or possibly parameter) inside this expression where there is '-1' so that I do not have to go each step individually but able to modify at one location to make the effect for other pipelines as well. Sometimes, I…
Admin quotas by PowerShell
How to assign a quota template previously created through PowerShell to a specific folder?
How to remove an icon after folder is disabled?
Hello, I have a Sharepoint List. After I disabled the folder features, there are still icons at the front of each item row. How can I remove it? Thank you.
How to remove an icon before each item after folder is disabled?
Hello, I have a Sharepoint List. After I disabled the folder features, there are still icons at the front of each item row. How can I remove it? Thank you.
Issue with CustomScrollViewRenderer in MAUI Migration – ScrollView Content Not Displaying
Hello, I’m currently migrating a Xamarin.Forms application to .NET MAUI, and I’m encountering an issue with a CustomScrollRenderer that was previously working fine in Xamarin.Forms. In the Xamarin project, I used a custom renderer for ScrollViewRenderer,…
I cannot update the app I have submitted for store validation
I have an app which I am in process of submitting to the store - it compiles and creates an msix file. it is currently pending approval because for some strainge reason the windows manifest defaults to requireing 'runFullTrust' I do not know what that…
maui do not support ios bluetooth?
in this doc: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/permissions?view=net-maui-8.0&tabs=macios could not I use bluetooth in ios?
Error after updating Azure Functions Core Tools to version 4.0.6594
4.0.6594 [INFO] Azure Functions Core Tools found. Azure Functions Core Tools Core Tools Version: 4.0.6594 Commit hash: N/A +48490a7ee744ed435fdce62f5e1f2f39c61c5309 (64-bit) Function Runtime Version: 4.1036.1.23224 Could not load file or assembly…
Disable/Enable Virtual network gateway (ExpressRoute)
Hello, I am new to Azure. My question is: Can the Virtual Network Gateway (ExpressRoute) be disabled in the development and staging environments to minimize subscription costs? If yes, can it be easily re-enabled, or would I need to recreate the service…
Connecting Azure DevOps To Python Error Msg
Hello All, I am trying to connect Azure Devops to Python. #package %pip install azure-devops from azure.devops.connection import Connection from msrest.authentication import BasicAuthentication import pprint Fill in with your personal access token and…
Llama 3.1 serverless deploys limited to size 4096 context window
Hi, We've been testing and using Llama 3.1 on serverless deployments for the past few months. However, it seems that the models no longer support context windows larger than 4096 tokens. I can confirm that this limit exists even when sending a raw HTTPS…
GPT Models in Azure OpenAI Not Responding
I have been successfully deploying and testing GPT models in Azure OpenAI, but since yesterday, they have stopped working. Even when I try to call them from the playground, none of the models seem to be responding. I would like to know what the issue…
In document intelligence studio, I cannot train a custom model because it already exists, but it is not in the list
I receive this prompt when hitting Train, but the model does not exist. Or at least, I cannot see it in the list of models.
Point to site
Currently now i have VPN gateway to connecting my onprem to azure via site to site VPN. If i enabled the Point To Site to connecting home user to azure resources and to connecting to internal onprem resources, will consume extra costs or not?
Shared Corporate PC Hard Drive Sizing
I have make use of 512gb SSD in our corporate PCs. Some PCs are shared by multiple users. They have access to network drives and OneDrive to store files. Is 512Gb enough to run Win 11 and typical corporate apps and being a shared PC.
"People and Copilot Agents" label in Microsoft Teams chats
Hi, We have noticed that in Teams chats with three or more people, in the top-right hand corner under "Open chat details", there is a label called "People and Copilot Agents" (under "In this chat"). No Copilot activity…
Reporting server setup on Azure
Hi Team, I am looking for a an help, Please see my problem below. I have a Azure MI. I would like to create a replica of two production databases of size 200GB, 40GB respectively to another MI in the same region, and it is to be used for reporting…
Visual Studio Code- how do I debug a loaded module?
In Powershell ISE, I was able to open a function code module in the ISE, set a breakpoint, in the command line window below, dot source the function code, then run the function from the ISE command line with parameters and was able to debug the…