406,369 questions

Sort by: Updated
0 answers

Concurrent Stored Procedure calls are causing delay while retuning data

While calling multiple Stored procedures from the .net framework API asynchronously, it is taking long time for the sql server to return data. But while calling the same stored procedures individually or one by one from API, sql server is returning data…

Azure SQL Database
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,108 questions
asked 2021-04-05T21:11:03.473+00:00
Zaynul Abadin 1 Reputation point
commented 2021-04-08T02:15:22.813+00:00
Navtej Singh Saini 4,226 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Az Function - different Time trigger running sequentially

We are currently using Linux hosted Consumption Plan (S1:1) - Python S1 plan One storage account is used We have time trigger running at different time Example: Time trigger 1 - 04:05 AM - script1.py - this takes 20 minutes to complete Time…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,424 questions
asked 2021-04-02T15:22:06.907+00:00
Bhanuprasad 121 Reputation points
commented 2021-04-08T02:14:30.53+00:00
Bhanuprasad 121 Reputation points
2 answers One of the answers was accepted by the question author.

ADF - Web/Rest API request content-Type issue

Currently working on GET request in Azure Data Factory pipeline. The request works perfectly fine in Postman and CURL, but when tried in ADF it is not successful Passing the Bearer token with Oauth When tried the same in ADF, getting the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,257 questions
asked 2021-03-12T03:52:54.317+00:00
Bhanuprasad 121 Reputation points
accepted 2021-04-08T02:10:07.663+00:00
Bhanuprasad 121 Reputation points
1 answer One of the answers was accepted by the question author.

How to use the same Element instance on different page ?

I want to create an Android App with Xamarin.Forms. I create an Object on the Mainpage. This object is a Collection of many other Objects. My goal is to push this Collection-Object to another Page, and on this Page i want to add an Object to the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-04-07T08:48:14.227+00:00
Xamarin NewBie 121 Reputation points
accepted 2021-04-08T01:57:26.397+00:00
Xamarin NewBie 121 Reputation points
0 answers

Get excel cell value without UI update in Excel Addin Nodejs Api

We cannot find a way to run a recalculation without refreshing the grid (Excel UI). Even if we turn off UI update, when we need to get the value in a cell the UI is forced to update. We call API function doNotUpdateScreenUntillNextSync() but in order…

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.
4,274 questions
asked 2021-04-07T10:21:47.62+00:00
Gianluca Bisceglie 1 Reputation point
commented 2021-04-08T01:52:36.18+00:00
Emily Hua-MSFT 27,711 Reputation points
1 answer One of the answers was accepted by the question author.

Regarding WCF Services And ConfigSource Attribute

I was wondering if there was ever going to be a formal inclusion of configsource as an attribute for WCF Service related web/app configs. The reason being for an enterprise like the one I work for having a variety of services and applications which we…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,108 questions
asked 2021-04-07T04:10:08.337+00:00
Andrew Ramshaw 21 Reputation points
commented 2021-04-08T01:51:44.957+00:00
Andrew Ramshaw 21 Reputation points
0 answers

Group doesnt allow sender

Your message to the Microsoft 365 group XYZ The group XYZ isn't set up to receive messages from XYZ email account. the email account is on the same domain and created the group. is there a way how to edit group settings, please

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-04-07T11:09:12.263+00:00
Alena Gaborova 1 Reputation point
commented 2021-04-08T01:47:37.89+00:00
Daisy Zhou 29,561 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Fill in the database from datatable

hi I imported the data from an excel file. The file does not contain specified columns, but is variable, and has a maximum of 5 columns. But it can be from 3 columns or 2 to 5 columns. The five columns have names, but the position of the column and the…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,780 questions
asked 2021-04-05T14:44:05.463+00:00
AMER SAID 396 Reputation points
accepted 2021-04-08T01:39:15.307+00:00
AMER SAID 396 Reputation points
2 answers One of the answers was accepted by the question author.

Do we need to restart TFS Services periodically

We have TFS 2013 & TFS 2017 environments. For increased stability is it advisable to restart the Windows TFS Services (i.e. Visual Studio Team Foundation Background Job Agent, Team Foundation SSH Service) on periodic basis i.e. every weekend (to…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-04-06T10:49:43.073+00:00
Nitin 26 Reputation points
answered 2021-04-08T01:37:55.617+00:00
Candy Luo 12,751 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Hyper-V 2019 Networking Best Practices

Hi, We are setting up a Hyper-V (Windows 2019 Datacenter) cluster with 4 nodes. Each node (Dell PowerEdge) has 6 network cards: Two 10 gb iSCSI for the storage network (EqualLogic) Four 1 gb NICs for the networking What is the optimal…

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
1,026 questions
asked 2021-03-31T14:07:26.873+00:00
xort 21 Reputation points
commented 2021-04-08T01:37:34.97+00:00
Xiaowei He 9,926 Reputation points
1 answer

C# StreamJsonRPC WebSocketServer and WebSocketClient soucre code for VS2013(.NetFramework 4.5)

HI, Please provide me C# source code for StreamJsonRPC WebSocketServer and WebSocketClient code for VS2013(.NetFramework 4.5) Thanks & Regards, Bala Balaji P

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.
11,306 questions
asked 2021-04-07T06:59:53.73+00:00
bala balajii 1 Reputation point
answered 2021-04-08T01:32:14.053+00:00
Daniel Zhang-MSFT 9,636 Reputation points
1 answer

Some of outlook events are not syncing with my calendar app for some customers

Hi, we have an Outlook sync with our calendar app. We are using the below API to retrieve events onto our calendar app: (Graph APIs) client.api(/me/calendarView/delta?startDateTime=${startDate}&endDateTime=${endDate}).get()` We don't…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,068 questions
asked 2021-04-05T20:59:24.593+00:00
Anji Perera 1 Reputation point
answered 2021-04-08T01:32:03.23+00:00
Deva-MSFT 2,266 Reputation points Microsoft Employee
1 answer

Convert HTML file to PDF from PowerApps directly to SharePoint

Hello, I would like to ask if it's possible from PowerApps to create a PDF file from an HTML file through PowerAutomate directly in SharePoint without to pass through OneDrive. Thank you.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,227 questions
asked 2021-03-31T18:23:21.34+00:00
Nicola Venosta 1 Reputation point
commented 2021-04-08T01:27:43.557+00:00
JoyZ 18,086 Reputation points
1 answer One of the answers was accepted by the question author.

Selecting Specific tables & columns for new subscriber in existing Transaction Replication Publication

Hi, We have Transaction replication in place working fine with 3 publications on server A , Subscriptions on 2 different servers B & C. Now we want to add another subscription on server D to same publications but we want selected tables &…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,485 questions
asked 2021-04-05T20:07:50.707+00:00
Zahid Butt 956 Reputation points
commented 2021-04-08T01:15:07.413+00:00
Cris Zhan-MSFT 6,646 Reputation points
0 answers

Viewing historical communication habits

I want to view previous monthly summaries of my communication habits (ie emails, meetings, chats, call etc) plotted over a 24 hr period throughout a monthly time. I cannot seem to get this to show. If I go to previous emails that I received to access…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,068 questions
asked 2021-04-05T04:54:22.52+00:00
Benjamin Urlwin 1 Reputation point
commented 2021-04-08T01:08:16.277+00:00
Benjamin Urlwin 1 Reputation point
2 answers

sc-900 security and compliance (beta)

I took the SC-900 (Beta) Exam on march 21st 2021. Any update on when I can expect to see results?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-04-07T15:10:32.253+00:00
waqas mansoor 1 Reputation point
answered 2021-04-08T00:52:21.127+00:00
Chris Young 1 Reputation point
1 answer One of the answers was accepted by the question author.

Plan an Azure AD reporting and monitoring deployment

Integration in SIEM systems SIEM integration. ‎The need to integrate and stream Azure AD sign in logs and audit logs to existing SIEM systems. How to do?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,477 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,283 questions
asked 2021-04-02T02:31:04.637+00:00
cruise 331 Reputation points
accepted 2021-04-08T00:44:41.277+00:00
cruise 331 Reputation points
1 answer One of the answers was accepted by the question author.

problems in binding a library to xamarin.android

public static interface OnMapScreenShotListener { void onMapScreenShot(Bitmap param1Bitmap); void onMapScreenShot(Bitmap param1Bitmap, int param1Int); } this is the android code and there will be an error IOnMapScreenShotListenerImplementor”…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-04-07T09:24:51.94+00:00
mc 5,161 Reputation points
accepted 2021-04-08T00:38:50.807+00:00
mc 5,161 Reputation points
1 answer

Azure Webapps not running Python developer

I already deploy my machine learning model in azure web apps and when I try to direct to the link it said my code not deploying.The tutorial in…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,319 questions
asked 2021-04-07T07:04:55.543+00:00
dwi aji 1 Reputation point
commented 2021-04-08T00:08:06.907+00:00
Ryan Hill 29,671 Reputation points Microsoft Employee
1 answer

are static domains, ports and TCP/IPv4 supported for a client/server app?

I have a client server app that needs a specific file folder structure, and a defined domain name/ IP address and port. It requires IP version 4. Is this possible to configure on Azure Cloud?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,379 questions
asked 2021-04-07T14:07:42.523+00:00
Deborah Davidson 1 Reputation point
commented 2021-04-07T23:59:40.15+00:00
ChristopherW-MSFT 1,681 Reputation points