ORIENTATION IN NET MAUI
I am novice to NET MAUI and tried the following: <StackLayout x:Name="stack"> <VisualStateManager.VisualStateGroups> <VisualStateGroupList> <VisualStateGroup> …
I cannot scale my icons in taskbar
I saw many people demand the same thing as me in many forums. Just want to scale my taskbar icons. Microsoft forced its users to migrate to Windows 11, but while using Windows 10 every customization was achievable without modding operating system, now…
Task bar always auto hides
Hi All, Windows 11 23H2 pro The ask bar autohides anyway. It has been through several (real) reboots. ????? -T
Asking for suggestions on how to proceed with no FKs
I am at the beginning of re-writing an old ASP.NET WebForms application, into an ASP.NET Core app using Razor and Blazor. The difficult step I am facing now is the database. The original developers, all who left before I was hired, had originally used…
GET /sites/{site-id}/drive/root:/{item-path} stopped working
I am using a an API call to find a file in one of our SharePoint sites, I made a flow that was running fine until Monday of this week. The API returns the "itemNotFound" error. I have no idea what's wrong, if I call the search function the file…
Root CA missing in CDP folder in Active Directory Sites and Services
Hello, In my 2-tier PKI my offline root CA isn't showing in CDP folder. When I executed those commands in PowerShell as administrator it showed no errors: certutil.exe -dspublish -f "C:\CertData\ADDB Labs Certificate Authority.crt"…
Disabling OneDrive Access and Removing Data for Specific Users via PowerShell
I would like to explore options for deleting specific users' OneDrive data using a PowerShell script. I have around 1500+ active users with OneDrive access, and I want to disable OneDrive access for around 500+ specific users and remove the files from…
Urgent requirement to contact Data Protection Team
One of our clients is experiencing a tenant lockout therefore have no access to the tenant. They buy their licenses direct with Microsoft so have no access via our partner account or reseller account. We have a ticket opened and escalated to the Data…
Challenges in Retrieving MFA Data for Azure B2C Users Across User Flows and Microsoft Graph API
Hello, I am utilizing Azure B2C for an application that enables users to set up multi-factor authentication (MFA) through two methods: signing up via user flows and using the Microsoft Graph API. When I create MFA using the Graph API, I can successfully…
Authenticator won’t allow sign in on school account
When trying to get into my school email or anything needing the email, it asks me for a number on the Authenticator app. The app then says “Error finding an account to complete multi-factor authentication. You may need to add the account again” but when…
Drag and drop in Win UI
Hi, I'm doing drag and drop in Win UI application, but I have a problem. In drag and drop there is only Data.SetStorageItems method. It accepts an IStorageItem with which I have no access to hidden files and shortcuts (only using file picker, but in my…
Did you update the subscription info
Error recognizing. Did you update the subscription info? ResultId:9f14ab9d4e294042b212f216911252b7 Status:Canceled Recognized text:<>
how to add support for model deployment?
hi, i want to add support for more models. ex. deberta. when i go to model catalog and add deberta i get the following…
When will OpenAI o1 preview be generally available in Azure?
I realize that OpenAI's o1-preview and o1-mini models are available in Azure OpenAI Service through limited access and I've already applied via the website form, see below. Anyone know when it will be generally available? I'm guessing that's my…
No active subscription in my azure account
I'm unable to access the azure credits I was given on founders hub. On clicking "visit redemption site", it takes me to a sign up page. Although I already have an azure account but the account doesn't have any active subscription, I can't use…
WHat does 'operational measures' refer to in the Microsoft Generative AI Services Code of Conduct
I am trying to understand Microsoft's Generative AI Services Code of Conduct. What does 'operational measures' mean (as well as some examples of what it could mean) in the following instruction: Implement technical and operational measures to detect…
Invalid Header Value Error when calling Put Range Method
Hi All, We are following below process to upload a file on to Azure Storage Container but Put Range is always failing with Invalid Header Value Error. Create File : Able to upload an empty File .csv Put Range : Failing with below error The value for…
i cannot find add directory inside container
SharedScreenshot.jpg
Custom fonts not working when uploading Maui Android project to Play Store
I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…
Deploy Azure OpenAI Model via CLI in region external to RG
I am deploying an OpenAI model via the Azure CLI. The resource group my Open AI Service sits in does not have quota for models, so I am attempting to deploy a model in another region into this RG. I have tried the following command based on the following…