54,785 questions

Sort by: Created
0 answers

How can I send a request contains Json and pdf file using httpWebRequest ?

I have a service that I'm trying to consume on my code. The service in Postman is working fine, the request is Form-Data containing JSON and PDF file selected from the workspace, my issue here is how can I handle the request in my code, I had tried to…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
305 questions
asked 2024-05-22T21:52:02.4066667+00:00
Ghaida 0 Reputation points
0 answers

Why is gpt-4o model not able to generate images on Azure AI Studio?

Hello! The newest model GPT-4o was made available for deployments on Azure AI Studio, however, it is missing important features that are present on the OpenAI's version, such as image interpretation and generation. Can someone help me to understand…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,444 questions
asked 2024-05-22T21:42:39.5666667+00:00
Tanaka, Marcela 0 Reputation points
0 answers

How to view Memory and other charts with ETL file from diagsession in Application Insights Profiler?

I am utilizing the Application Insights Profiler, but when loading the ETL.. I only get the CPU and System Activity Information like below. How can I pull other information from this file that I got from a DIAGSESSION and ZIP it to get ETL files for it.

Windows Performance Toolkit
Windows Performance Toolkit
A collection of Microsoft performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications.
86 questions
asked 2024-05-22T21:33:36.58+00:00
Ale Huynh 0 Reputation points
0 answers

How to add entry for DMA Remapping Policy

I am adding below line my INF: [MyServiceInstall_AddReg] HKR,Parameters,DmaRemappingCompatible,0x00010001,1 ; where 1 = opt-in I do not see "DMA Remapping policy" in my driver details in the device manager even after this change. Below is…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
15 questions
asked 2024-05-22T21:22:04.2766667+00:00
Dharmaraju, Vidya 0 Reputation points
0 answers

How to Nest Select Case statements in SQL

I seem to have problems when I try to Nest "Select Case(s)" in Access/SQL... Can it be done; is there a specific syntax to do it? This is what I am trying to accomplish...Select Case Me.[RecordSource] Case 0 Case 1 Case 2 Select Case…

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
313 questions
asked 2024-05-22T21:19:49.95+00:00
Garnet Brockman 0 Reputation points
0 answers

New Phone: Microsoft authenticator app is not working during switching to my personal directory

The Microsoft Authenticator app is working ok when I use my company's subscription. But as soon as I try to switch to my personal domain , which is also linked with my company's email , it asks for Approve sign in request but it never reach to The…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,634 questions
asked 2024-05-22T20:52:00.7866667+00:00
Molay ash 0 Reputation points
0 answers

Recording from different fields to the same table in ASP.NET MVC

Model : public class EgitimSeminerViewModel { public List<TBL_EgitimSeminerBilgi> EgitimSeminerBilgiList { get; set; } public EgitimSeminerViewModel() { EgitimSeminerBilgiList = new List<TBL_EgitimSeminerBilgi>(); …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,307 questions
asked 2024-05-22T20:37:00.6233333+00:00
kadir 0 Reputation points
0 answers

Content type changes when using copying file from one blob to another using extra outputs (blob storage binding)

I'm a TypeScript developer trying to build a flow using Function App. The flow is very simple: when a file gets uploaded to Storage Blob a message containing the filename is dispatched on Storage Queue which triggers another function (doc-analyse) that…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,484 questions
asked 2024-05-22T20:35:04.3466667+00:00
Alexandru BAU 0 Reputation points
edited the question 2024-05-22T20:48:45.5366667+00:00
Alexandru BAU 0 Reputation points
0 answers

Dynamic Time series using ADF data flow - rule based mapping

Can i get expression for rule based mapping in data flow using select transform, my dataset is "allow schema drift" enabled, but i want to maintain new schema always don't want to keep old time series headers from mapping. Let me know if this…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,725 questions
asked 2024-05-22T20:32:42.8466667+00:00
sankon437 1 Reputation point
0 answers

Disaster Recovery for Power BI Embedded in Azure

I want to plan a disaster recovery (DR) strategy for my Power BI Embedded resource. Currently, I have a Power BI Embedded resource active in the US East region. Now, I want to replicate this setup in my DR region, which is US West. This is because I want…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
999 questions
asked 2024-05-22T20:29:16.4533333+00:00
MUSKAN RAWAT 0 Reputation points
0 answers

Can you setup Azure CDN custom origin to be public IP address of windows azure virtual machine running IIS

Trying to see if this is even possible. I have Azure Virtual Machine running as a windows webserver IIS. Is it possible to setup Azure CDN to pull content from that webserver? Things tried. Created CDN. Changed Origin to custom and set the public IP…

Azure Content Delivery Network
asked 2024-05-22T20:28:23.3366667+00:00
Mike Myers 0 Reputation points
0 answers

Request for option to carry process creation detail fields into other Sysmon event types

In Sysmon "Process Create" events, the details are invaluable, but many times I have wished that at least key process creation details like CommandLine, ParentImage, ParentCommandLine, and Hashes, could be carried over to other event types that…

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,102 questions
asked 2024-05-22T20:25:15.41+00:00
Kevin Branch 0 Reputation points
0 answers

Get-QuarantineMessage only returns results for 1 day

When running any of the cmdlets below in Exchange Online, I receive results for no more than a few days. This is the primary cmdlet which only returns results for 1 day in spite of the request for the last 30 days. I don't believe it has anything to do…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,214 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,147 questions
asked 2024-05-22T20:24:10.2233333+00:00
Demari S 0 Reputation points
0 answers

.NET8 MAUI Image "gif" animation Debug vs. Release

Has anyone figured out how to get a MAUI Image "gif" animation to work in Release mode?   Using Visual Studio 2022's Android Device Manager, Emulator set to Tablet M-DPI 10.1in - API34, Android 14.0 - API 34, the MAUI Image animation in Debug…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,456 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,970 questions
asked 2024-05-22T20:22:10.54+00:00
Paul Kelley 0 Reputation points
commented 2024-05-22T20:30:05.9333333+00:00
Paul Kelley 0 Reputation points
0 answers

What works in my PC does not work in a Remote PC

I have written a database for someone else and installed it in their PC. It works just fine. Now they want an update - to be able to view PDFs from Access. This works just fine from my PC with the command: Application.FollowHyperlink…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
832 questions
asked 2024-05-22T20:12:17.5866667+00:00
Maxine Nietz 1 Reputation point
0 answers

What works in my PC does not work in a Remote PC

I have written a database for someone else and installed it in their PC. It works just fine. Now they want an update - to be able to view PDFs from Access. This works just fine from my PC with the command: Application.FollowHyperlink…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
832 questions
asked 2024-05-22T20:10:28.5566667+00:00
Maxine Nietz 1 Reputation point
0 answers

Assistance Needed for Microsoft Partner Center Application Process

I have applied twice for our company's registration in the Microsoft Partner Center, but both applications have been rejected. Despite uploading the required documents, I am uncertain about the steps I need to take and the reasons for the rejections. I…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
889 questions
asked 2024-05-22T20:01:39.29+00:00
Mintyfi 0 Reputation points
0 answers

How do I resolve vba error 1004 when trying to autofill using a variable for dynamic range?

I get error 1004 on this line of Excel vba code and don't know how to resolve. Selection.AutoFill Destination:=Range("R2:R" & lastRow) Dim wb As Workbook Dim ws As Worksheet Set wb = ActiveWorkbook Set ws =…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,532 questions
asked 2024-05-22T20:00:40.64+00:00
Alley, Ann 0 Reputation points
edited a comment 2024-05-22T20:38:00.32+00:00
Viorel 112.9K Reputation points
0 answers

IS Intune plan 1 sufficient to manage and deploy apps

We are a large municpality over 10 000 workstations and was wondering which plan we should get since our budget is tight. Just want to manage apps and deploy them using intune.

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,466 questions
asked 2024-05-22T19:47:23.4633333+00:00
Sylvain Simpson 0 Reputation points
commented 2024-05-22T20:43:34.2233333+00:00
Rahul Jindal [MVP] 9,271 Reputation points MVP
0 answers

Outlook Mac removed manual sideloading of add-in

I want to manually side load to Outlook for Mac the manifest.xml for an add-in I am writing. Last week, selecting "Get Add-ins" opened a dialog as described in Sideload Manually. Today this selection opens Microsoft AppSource in my browser, and…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,353 questions
asked 2024-05-22T19:45:49.8433333+00:00
JavaDeveloper-4738 5 Reputation points