343,395 questions

Sort by: Updated
0 answers

Token validation

Laravel issue in token signature validation In which error of JWT validation error

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,642 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,897 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,558 questions
asked 2024-05-03T10:08:31.93+00:00
suraj gupta 0 Reputation points
edited the question 2024-05-03T10:12:39.2666667+00:00
VenkateshDodda-MSFT 18,436 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Can COM use Excel as an in-process DLL?

Hello, I would to ask about Excel COM operation.  To connect to Excel from another C++ process is well established: #import "C:\\Program Files (x86)\\Common Files\\microsoft shared\\OFFICE11\\MSO.DLL"      #import "C:\\Program Files…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,316 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,474 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,536 questions
asked 2024-05-03T10:05:47.41+00:00
masterjodi 20 Reputation points
accepted 2024-05-03T10:12:32.3266667+00:00
masterjodi 20 Reputation points
1 answer

Excel VBA Error with user access Permission.Add

Hello, I wrote the following Excel Macro to assign user permission to the Excel file. Sub Add_Permission() Dim objUserPerm As Office.UserPermission Set objUserPerm = ActiveWorkbook.Permission.Add("test@test.com", msoPermissionChange) …

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,474 questions
Windows 365 Business
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,506 questions
asked 2024-05-01T10:03:49.6333333+00:00
Dec 0 Reputation points
commented 2024-05-03T10:11:27.61+00:00
Dec 0 Reputation points
0 answers

Teams Bot App fails to be added to a Chat Group or a Meeting Chat, but works on Teams or Private Chat

Teams Bot App fails to be added to a Chat Group or a Meeting Chat, but works on Teams or Private Chat, manifest below. I do have the Teams Channel enabled on the Azure side of things, as proven by the functionality that works already. Where should I…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
asked 2024-04-25T06:54:01.77+00:00
Sofia 0 Reputation points
commented 2024-05-03T10:10:55.8633333+00:00
Vaibhav-MSFT 15 Reputation points Microsoft Vendor
0 answers

I received a notice about retirement of Azure SQL Database 2014-04-01 APIs, what should I do? How do I identify the resources using the old version?

I received a notice about retirement of Azure SQL Database 2014-04-01 APIs, what should I do? How do I identify the resources using the old version? Sending this email to you guys as I was informed that you can run the KUSTO queries to get this detail. …

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,811 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,767 questions
Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,903 questions
asked 2024-05-03T10:06:02.83+00:00
Deep Kundu (DKN) 0 Reputation points
commented 2024-05-03T10:09:38.53+00:00
Deep Kundu (DKN) 0 Reputation points
0 answers

IIS is automatically call to http://localhost after application pool get recycled or stop and start

Hi, We have some .Net applications running on Windows servers and backed by IIS. We noticed that when the application pool got recycled or stop&start. There will be a call to http://localhost/ with the clientIP 127.0.0.1 This is annoying us…

Internet Information Services
asked 2024-05-03T06:45:22.1833333+00:00
Simon Dao 0 Reputation points
commented 2024-05-03T10:09:00.8733333+00:00
Simon Dao 0 Reputation points
0 answers

can i link tickets on one board to an other board in azure devops

I have an overall board with product backlog items for a big product. And every team has aboard of its own where the PBIs from the main board are worked out in more detail. What I want is to link the PBIs or just show the them on the main board. Can I do…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,132 questions
asked 2024-05-03T07:17:46.5166667+00:00
Romkes, René 0 Reputation points
edited the question 2024-05-03T10:08:01.9833333+00:00
VenkateshDodda-MSFT 18,436 Reputation points Microsoft Employee
1 answer

None of the sandbox activations allow me to create a function app. They sit there and spin after filling out the first page.

I don't have this problem when I use my work accounts, so I am positive it is a sandbox-specific issue. I have tried 5 times over the last 24 hours to no avail. This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
934 questions
asked 2024-04-30T20:59:29.3233333+00:00
DS-9972 0 Reputation points
commented 2024-05-03T10:07:58.3466667+00:00
RDash 1,245 Reputation points Microsoft Vendor
1 answer

PDC AND BDC IN DIFFERNET LOCATION

Is it possible to configure PDC and BDC in different location? if possible then how does it will work?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,897 questions
asked 2024-05-03T07:03:08.17+00:00
Ranjan yadav 0 Reputation points
answered 2024-05-03T10:06:06.4433333+00:00
Yanhong Liu 2,080 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

How can I launch my application automatically on system reboot?

Is there an API or method that I can use to make sure my application launches automatically when the system restarts? I would appreciate any help or guidance on this matter.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,425 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,132 questions
asked 2024-05-02T13:09:11.53+00:00
Rohan Pande 290 Reputation points
edited a comment 2024-05-03T10:05:46.7366667+00:00
RLWA32 40,481 Reputation points
0 answers

Under Posting Attack in .NET Core

In .NET 6 I have a DTO with value data types like int. But while sending a POST request if user omits the value for that default value is getting assigned without any Error. What are the best practices to avoid this under posting? I have tried using…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,185 questions
asked 2024-05-03T10:05:35.66+00:00
net 6 newbie 121 Reputation points
1 answer

External OoO messages won't work - Relay Access Denied

Hi. We are running an Exchange Server 2019 farm in a hybrid scenario. Since march SU we experienced, that OoO messages sent to external recipients won't be delivered anymore - Relay Access Denied. We hoped, that the april SU would fix this again, but we…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,083 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,895 questions
asked 2024-04-30T12:08:09.6933333+00:00
Reinke, Jörg 0 Reputation points
commented 2024-05-03T10:04:55.53+00:00
Noah Ma-MSFT 610 Reputation points Microsoft Vendor
0 answers

Not getting the answers I want from my chatbot - with very different parameters (ChatGPT Azure AI)

Deployment: ChatGPT-4 Querytype: VectorSimpleHybrid So, at the bottom here is my conversation (translated from Dutch to English). As you can see, I have to ask the same question thrice in order to get the desired answer from the documents. It does this…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
720 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
945 questions
asked 2024-05-03T10:04:43.35+00:00
Dirk Broenink 85 Reputation points
0 answers

which AI service to use in order to translate a natural human language to an API call?

Hello, I would like to build a bot that would be able not only to assist in using our system but also do simple tasks e..g. Add a new product to the system of the type 'pencil' with the name 'the Contoso latest pencil', manufacture 'Contoso'. The result…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,183 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,389 questions
asked 2024-05-03T10:04:17.5366667+00:00
78233321 0 Reputation points
0 answers

how to upload a picture to a picture1 box in html

code behind cshtml file @model IMS_Project.Models.Product @{ ViewBag.Title = "Product"; ViewBag.SubTitle = "Create"; @using (Html.BeginForm("Create", "Product",…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,265 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,272 questions
asked 2024-05-02T15:50:37.5866667+00:00
KwebenaAcquah-9104 306 Reputation points
edited a comment 2024-05-03T10:02:12.3566667+00:00
KwebenaAcquah-9104 306 Reputation points
0 answers

How do I correct TasksOperationsNotAllowed?

I am trying to get through this curriculum: https://learn.microsoft.com/en-us/training/modules/build-and-store-container-images/3-build-container-image I followed the directions exactly but am getting an error type of 'TasksOperationsNotAllowed' and…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
934 questions
asked 2024-05-02T14:28:17.05+00:00
KennyC 0 Reputation points
edited a comment 2024-05-03T10:01:40.58+00:00
RDash 1,245 Reputation points Microsoft Vendor
2 answers

Can we downgrade DFL/FFL?

Hello everyone, I am wanting to upgrade DFL and FFL in my organization's AD environment. As part of the rollback plan, is the downgrade of DFL/FFL possible? What would be the steps to perform the same? Also, I looked over and couldn't find any Microsoft…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,897 questions
asked 2024-05-02T17:02:13.3666667+00:00
Garima Das 1,001 Reputation points
answered 2024-05-03T10:01:28.78+00:00
Yanhong Liu 2,080 Reputation points Microsoft Vendor
0 answers

Virtual machines with single firewall ip

How can we connect multiple Virtual machines with single firewall ip and how to assign each virtual machine's IP address to different users in outside.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
asked 2024-05-03T10:00:56.6033333+00:00
Krishnamohan Chityala 0 Reputation points
0 answers

How to call Https REST Api from Azure Function written in Java

Hello I created an azure function with java, i want to call rest apis with https and i am facing this issue : SSLHandshakeException@76 "javax.net.ssl.SSLHandshakeException: PKIX path building failed:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,293 questions
asked 2024-04-25T10:37:17.3866667+00:00
Bhushan Patil 0 Reputation points
commented 2024-05-03T10:00:40.3333333+00:00
Aki Nishikawa 635 Reputation points Microsoft Employee
1 answer

Incorrect information topic "Determine network security group effective rules"

In the topic "Determine network security group effective rules" (https://learn.microsoft.com/en-us/training/modules/configure-network-security-groups/4-determine-network-security-groups-effective-rules): In the table with inbound/outbound…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
934 questions
asked 2024-05-03T08:02:49.16+00:00
Carlos Quintero 0 Reputation points
answered 2024-05-03T10:00:33.2033333+00:00
AmaranS 2,445 Reputation points Microsoft Vendor