347,182 questions

Sort by: Updated
0 answers

JS API login from Outlook add-in

Context I'm building an Office 365 add-in - to be run in Outlook, both desktop and web -, and I'm at the stage where I want to try logging the user in and getting an access token. However, I'm running into trouble getting the login to work. The…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,780 questions
asked 2024-05-20T11:43:23.8166667+00:00
zmeggyesi 0 Reputation points
0 answers

Azure Verification Code not coming to my phone

I changed my phone. I think that's why I'm not getting the verification code on my phone. It also says azureda is not enabled for my phone. What should I do?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,433 questions
asked 2024-05-20T09:54:05.51+00:00
Eda Akalp 0 Reputation points
commented 2024-05-20T11:42:51.93+00:00
AmaranS 2,675 Reputation points Microsoft Vendor
4 answers

Adding access policy for storage container with Python

I'm trying to write a python script to add access policy to container. The initial code works, but it's deleting all current policies and create a new one. from azure.storage.blob import BlobServiceClient, ContainerSasPermissions, AccessPolicy from…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,470 questions
asked 2024-05-07T15:54:09.2933333+00:00
Denis Mukhamedov 20 Reputation points
answered 2024-05-20T11:42:20.25+00:00
Anand Prakash Yadav 6,390 Reputation points Microsoft Vendor
2 answers

Need help in understanding times in ADF's tumbling window trigger

Hi Team, I'm confused by many times in tumbling window trigger. We have at least 4 times for tumbling window trigger. @trigger().outputs.windowStartTime @trigger().outputs.windowEndTime @trigger().scheduledTime @trigger().startTime Besides, there…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,698 questions
asked 2024-05-20T10:01:15.2+00:00
Zhengxiao (Edward) Wang 0 Reputation points Microsoft Employee
edited an answer 2024-05-20T11:42:00.6066667+00:00
Harishga 4,005 Reputation points Microsoft Vendor
2 answers

We need to configure the Pull subscription for transaction replication from On-Prem to Azure Managed Instance . How can we make it work

Hi We need to configure the Pull subscription for transaction replication from On-Prem to Azure Managed Instance . How can we make it work. We have come across documention which says its has limitations onwiht regards to publisher/subscriber and…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,853 questions
asked 2024-05-15T17:41:11.7933333+00:00
Nitya V 40 Reputation points
commented 2024-05-20T11:41:46.14+00:00
Nitya V 40 Reputation points
1 answer

Using key vault to customize the encryption keys at rest for Azure Database PostgreSQL imply any cost on for encrypt/decrypt operations?

Hi, Based on the pricing for Key Vault, encryption/decryption operations via API are charged. My question is, does this also imply cost for PostgreSQL DBaaS using custom encryption keys stored in Azure Key Vault or the cost for encrypting/decrypting…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,143 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.
980 questions
Azure Database for PostgreSQL
asked 2024-05-20T09:07:22.4+00:00
José Luis Rando Calvo 0 Reputation points
commented 2024-05-20T11:41:33.3666667+00:00
José Luis Rando Calvo 0 Reputation points
0 answers

The trial version VM is not working

Actually, I've been learning on a 2-hour trial version instance for the past 3 months, but my VM has not been working for the last 15 days. Please resolve the issue.

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
64 questions
asked 2024-05-15T09:50:22.7066667+00:00
Akhil Patel 0 Reputation points
commented 2024-05-20T11:40:51.2533333+00:00
RNareddy 795 Reputation points Microsoft Vendor
0 answers

Subscription disabled, unable to pay and avoid account deletion

Hi, My subscription is in disabled state, and when i try to settle balance, i get info that "You don't have any outstanding charges for MC **** 7969. If you recently made a payment, it may take up to 24 hours to be properly reflected." I got…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,105 questions
asked 2024-05-20T11:31:49.9633333+00:00
Tomasz Karasiewicz 0 Reputation points
edited the question 2024-05-20T11:40:37.4166667+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Specifying Application ID URL

Context I'm building an Office 365 add-in - to be run in Outlook, both desktop and web -, and I'm at the stage where I want to try logging the user in and getting an access token. However, I'm running into trouble getting the login to work. The…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,082 questions
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,565 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,778 questions
asked 2024-05-20T11:39:54.05+00:00
zmeggyesi 0 Reputation points
1 answer

Where to Check Application Activity in Azure Log Analytics

I have an app registered in Azure with full access to all mailboxes in my tenant. How can I check which mailboxes my app accessed in the last 24 or 48 hours? Is there a table where this information is stored? Note that I am not referring to App Insights.

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,854 questions
asked 2024-05-20T08:07:11.1566667+00:00
Navan Kakwani 0 Reputation points
edited the question 2024-05-20T11:39:03.3933333+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
2 answers

Function App ClaimsPrincipal empty name

Short summary: Log-in via MSAL and Log-In via Browser (without MSAL) do not create the same ClaimsPrincipal object on the server. The ClaimsPrincipal object is populated with the HttpRequest.HttpContext.User and this should be always identical. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,352 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,778 questions
asked 2021-05-19T08:05:43.343+00:00
Urs Meier 6 Reputation points
answered 2024-05-20T11:38:07.8433333+00:00
DiBok 11 Reputation points
4 answers

Fix for Windows Server 2016 for x64 patch update failure

Please help me fix the Windows Server 2016 for x64 patch update failure, I have uploaded the failed picture, please check, thank you

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,395 questions
asked 2024-05-17T09:29:33.4833333+00:00
Li, Kevin 0 Reputation points
answered 2024-05-20T11:37:55.8566667+00:00
emma devid 0 Reputation points
0 answers

XSLT/XSL-FO transformation function stops working (Exception from HRESULT: 0x80131401)

Hello, My Visual Studio is again not working for XSLT/XSL-FO transformations. The error message that displays is: FileLoadException Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401). All…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,673 questions
asked 2024-05-20T11:36:54.8066667+00:00
Tsvetelina Ilieva 0 Reputation points
1 answer

ManagedIdentityCredential authentication unavailable. Connection to IMDS endpoint cannot be established

We have a locally built a Spring boot sample client application to Access the Azure Key vault services and retrieve the secrets. The Application is built and packaged as WAR file and deployed in the external Tomcat server. We use the User Assigned…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,143 questions
asked 2024-05-20T10:21:28.2933333+00:00
Rajesh Babu Selvaraj 0 Reputation points
edited the question 2024-05-20T11:35:54.6233333+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Adding System message in the Azure open ai chat completion

Hi Team, By referring the below document, https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/advanced-prompt-engineering?pivots=programming-language-chat-completions I have added system message in the chat completion while fetching the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,253 questions
asked 2024-01-15T09:26:28.09+00:00
lakshmi 551 Reputation points
commented 2024-05-20T11:33:14.92+00:00
Aman Verma 0 Reputation points
2 answers

Quick Cash CusTomeR care Toll free Number)+91) 9831579440// 9831579440xnxn.

Yy ka hai hai ha ha ha kya ke baad bhi ho raha hu

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,780 questions
asked 2024-05-20T11:31:29.9+00:00
Efgf Nbjk 0 Reputation points
answered 2024-05-20T11:31:41.25+00:00
Efgf Nbjk 0 Reputation points
2 answers

Quick Cash CusTomeR care Toll free Number)+91) 9831579440// 9831579440xnxn.

Hg hu mai kya kya me kar me kar me

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,780 questions
asked 2024-05-20T11:30:26.9566667+00:00
Efgf Nbjk 0 Reputation points
answered 2024-05-20T11:30:43.1866667+00:00
Efgf Nbjk 0 Reputation points
0 answers

How to Run a Python ETL Script in Azure Data Factory and Choose the Best Approach?

I'm currently working on an ETL process where I need to run a Python script within Azure Data Factory (ADF). The script involves data extraction, transformation, and loading (ETL) tasks. I’m aware that ADF supports various ways to execute custom code,…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,698 questions
asked 2024-05-20T11:30:14.8233333+00:00
Aadhil Imam 0 Reputation points
0 answers

sharepoint 2013 extremly slow

I've been utilizing SharePoint 2013 on-premise, and it had been functioning smoothly until recently when its performance significantly declined. Within the setup, I've configured workflows for task generation and forwarding. Incremental crawling is…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,804 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,706 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,832 questions
asked 2024-05-20T11:30:03.45+00:00
Muhammad Akram 0 Reputation points
2 answers

how increase the size of a running vm with dynamic data disk

how increase the size of a running vm with dynamic data disk

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
582 questions
asked 2024-05-17T10:32:34.3933333+00:00
Pankaj Kumar Parida 0 Reputation points
edited an answer 2024-05-20T11:29:35.97+00:00
Anand Prakash Yadav 6,390 Reputation points Microsoft Vendor