314,806 questions

Sort by: Updated
0 answers

Azure functions activity trigger calls not running concurrently

I am giving multiple calls to the Azure activity function from a durable function. The multiple calls are done and appended to a list and later all calls are fetched using yield to context.task_all I have the below observations: I ran the same code on…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
3,820 questions
asked 2024-01-09T13:15:08.35+00:00
Yugal 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure B2C - is the feature "Before sending the token (preview)" still a goal to be a GA?

Hello Microsoft, I would like to ask if there is still goal for Azure B2C team to promote the feature "Before sending the token (preview)" to GA state, even though there is new product "Microsoft ENTRA External" announced as successor…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,512 questions
asked 2024-01-02T12:57:58.95+00:00
Peter Weiss 20 Reputation points
accepted 2024-01-09T13:15:02+00:00
Peter Weiss 20 Reputation points
1 answer

Implementation of BGP in Azure

Hi, we are going to implement BGP between our on-prem and Azure. We have already S2S VPN configured and working fine. We have Cisco Firepower devices in 2 of our on-prem datacenters. Our MSP have suggested that we would need to implement a virtual…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,246 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
1,912 questions
asked 2024-01-08T16:15:59.3233333+00:00
Ghulam Abbas 106 Reputation points
commented 2024-01-09T13:14:47.3033333+00:00
GitaraniSharma-MSFT 43,916 Reputation points Microsoft Employee
1 answer

Changes that were made to a Form in Design are not taking effect when running the form

A form was originally designed with tab controls. Then I decided to change the form and remove the tabs, and replace it with panels. I also moved around certain controls and adjusted the placement of some of the controls. In Design everything looks…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
889 questions
asked 2024-01-08T23:24:17.23+00:00
Simon 186 Reputation points
answered 2024-01-09T13:13:34.11+00:00
Simon 186 Reputation points
1 answer

Compute\ storage configuration for SAP HANA?

Im going through this module https://learn.microsoft.com/en-us/training/modules/explore-azure-compute/5-scale-azure-virtual-machines. Please confirm if this module for storage configuration for SAP HANA if yes please share the configuration Thanks.

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 skilled behavior.
448 questions
asked 2024-01-08T04:59:23.4866667+00:00
Mohammad Faisal 0 Reputation points
commented 2024-01-09T13:13:16.6433333+00:00
aatheeque 240 Reputation points Microsoft Vendor
1 answer

Azure Virtual Desktop

Im trying to setup an Virtual Desktop with the "Azure Virtual Desktop Quickstart". I fill in all the information, no warnings, then it starts to create the Virtual Desktop for me, and after about 30 min, the build fails. I get the "The…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
680 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,272 questions
asked 2024-01-09T12:28:23.6766667+00:00
Carl-Johan Larsson 0 Reputation points
answered 2024-01-09T13:13:15.6733333+00:00
Azar 7,055 Reputation points
1 answer One of the answers was accepted by the question author.

Incorrect Knowledge Check - MS-102 - Deploying M365 Apps

Hi, In one of the Microsoft Learn modules for the MS-102 - I believe one of the answers is incorrect. My understanding is that the Office Customisation Tool is where administrators can build their required Office configuration. The Office Deployment…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
2,903 questions
Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
758 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
822 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
3,815 questions
Microsoft Configuration Manager
asked 2024-01-09T11:22:51.64+00:00
Thomas Cowen 1 Reputation point
commented 2024-01-09T13:13:01.23+00:00
Thomas Cowen 1 Reputation point
1 answer One of the answers was accepted by the question author.

I am getting error while deploying GPT4-turbo via terraform

I have other azure open ai models deployed via terraform. They are working fine. But when I am trying to deploy GPT4-turbo (GPT4-1106-preview), I am getting the following error - performing CreateOrUpdate: unexpected status 400 with error:…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
1,601 questions
asked 2023-12-08T10:00:59.3866667+00:00
Gaurav Kumar 40 Reputation points
accepted 2024-01-09T13:12:03.91+00:00
Gaurav Kumar 40 Reputation points
0 answers

Azure App registration Client secret expiration

I'm using Azure AD B2C to handle the authentication in some Azure Functions. I've been using the client secret approach (as explain in the documentation) to configure the Azure App. However the client secret has a expiration date (maximum of 2 years,…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
680 questions
asked 2024-01-09T13:11:00.91+00:00
Jorge Lopez 31 Reputation points
0 answers

VSTO Excel Document-Level Customization not Loading

Hi, I'm working with an Excel document-level customization that suddenly stopped working. Below some of the symptoms: In ThisWorkbook, event Me.Startup is not running. In the customization's ribbon, event MyBase.Load is not running. Similar events in…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,214 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,140 questions
asked 2024-01-09T12:36:50.1733333+00:00
Jack Davids 0 Reputation points
edited the question 2024-01-09T13:10:56.46+00:00
Jack Davids 0 Reputation points
0 answers

two different Microsoft IDs associated with email and Microsoft account.

The email I received after taking the exam contains the Microsoft Certification ID: 996071089, while on my Microsoft profile, it shows ID 993879490. Please resolve this issue as soon as possible.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
17,931 questions
asked 2024-01-09T13:09:21.8733333+00:00
Shrenik Sonje 0 Reputation points
2 answers

How can I ignore to overwritten linkedservice credentials

I have 3 enviornment in azure - Develop, UAT, Production. I have created linked service in each enviornment with respective urls i.e develop url is like dev.salesforce.com, uat- uat.salesforce.com, prd.salesforce.com. However when I'm moving changes from…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
8,707 questions
asked 2024-01-05T10:08:36.59+00:00
Jagtar Singh (IND) 0 Reputation points
answered 2024-01-09T13:08:29.7533333+00:00
Jagtar Singh (IND) 0 Reputation points
1 answer

Large runtime difference for function with pivot calculation

Hello, I have a SQL Server function that outputs the results of a table function as a pivot table. If I run the pivot function directly, it takes 6 seconds, if I call this function as a SQL script with the same parameters, it takes 26 seconds. What could…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
11,851 questions
asked 2024-01-08T08:58:57.2133333+00:00
Hans Furmann 0 Reputation points
commented 2024-01-09T13:07:51.1833333+00:00
Viorel 107.8K Reputation points
1 answer

Python libraries import error

I am fairly new to using python notebooks on Azure AI ML Studio. Facing issues with import statements, for example from langchain.document_loaders import PyPDFLoader gives error - ModuleNotFoundError: No module named 'langchain' Version of Python:…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,307 questions
asked 2024-01-09T12:54:41.15+00:00
RSN 10 Reputation points
answered 2024-01-09T13:07:31.3733333+00:00
Azar 7,055 Reputation points
2 answers

Outlook files on more than one computer

I use more than one desktop and 2 laptops as well as a tablet. I have Microsoft 365 and use Outlook for my email program. I use a POP3 account (earthlink.net})and I do not have a server. I would like to be able to sync the files so if I delete an email…

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,611 questions
asked 2024-01-01T02:24:24.46+00:00
Dennis Thrush 0 Reputation points
commented 2024-01-09T13:06:53.8333333+00:00
Dennis Thrush 0 Reputation points
0 answers

How to fix "CNAME/alias record is not currently detected" with non-Azure hosted custom domains

Hello, I'm currenty experimenting with AFD and when I tried to register a custom subdomain on it, I've reached an issue where I correctly registered a domain, placed a CNAME record on my registrar (OVH), pointing towards the endpoint of my AFD. The…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
510 questions
asked 2024-01-06T23:48:23.6833333+00:00
Tom MAILLARD 0 Reputation points
commented 2024-01-09T13:04:31.1066667+00:00
GitaraniSharma-MSFT 43,916 Reputation points Microsoft Employee
0 answers

Customize and output sql query results to an email using Azure Logic Apps

Hi, I am using Logic apps to email the results of a SQL query. Would it be possible to enhance the visual appearance of the SQL query results outputted as a table in the email? As an example, Adding all border lines to the table Make the headers bold…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,598 questions
asked 2024-01-09T13:03:19.2833333+00:00
Vivek Komarla Bhaskar 846 Reputation points
commented 2024-01-09T13:04:00.35+00:00
Vivek Komarla Bhaskar 846 Reputation points
0 answers

Clear third-party updates

Hi all, I have too many third-party updates in All Software Updates in SCCM console, now I want to delete them from the console because I do not need them anymore, any guidance how could I clear the third-party updates?

Microsoft Configuration Manager
asked 2024-01-09T13:03:26.04+00:00
nick yoni 0 Reputation points
0 answers

I am not able to download Microsoft Teams on my Laptop.So,kindly please solve it so that i can use it for my professional career.

Hi Team, I am not able to download the Microsoft Teams on my Laptop however from Microsoft Store as well as the Browser.So,KIndly make a possible and required solution asap,so that i can use it for my professional career. Regards Satweek Bandi.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,314 questions
asked 2024-01-09T07:45:58.7366667+00:00
Satweek Bandi 0 Reputation points
commented 2024-01-09T13:01:50.2566667+00:00
Olaf Helper 36,951 Reputation points
1 answer

SQL Query for Host relationship and computer report

Hey guys, I need an sql query that can pull below information Host Relationship (Servers) Host relationship (What vm's are connected to a host) Host Processor & CPU Core count VM Processor & CPU core count OS & version Assigned to Last…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,673 questions
Microsoft Configuration Manager
asked 2024-01-09T09:09:06.84+00:00
Bruce Meyer 20 Reputation points
commented 2024-01-09T13:01:22.62+00:00
Bruce Meyer 20 Reputation points