18,376 questions

Sort by: Updated
0 answers

Supporting single sign-on behind an application gateway

Hi there, We're trying to deploy an application that supports single-sign on using Microsoft Accounts. Our application is running locally as expected. We're now trying to deploy on our Azure architecture. The application runs as an App Service. The App…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
610 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
980 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,909 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
31 questions
asked 2024-05-30T08:29:25.7633333+00:00
Trevor Richards 0 Reputation points
edited the question 2024-05-30T10:12:46.65+00:00
Trevor Richards 0 Reputation points
0 answers

Help required with SQL Server

Hi Team, Could you please reply to below 2 points - I have a requirement where I need to identify all windows machines where Microsoft SQL Server is installed (any version). To identify I have gone to control panel of each machine(inside uninstall 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,933 questions
asked 2024-05-30T10:08:43.63+00:00
Salil Singh 20 Reputation points
0 answers

Sharepoint CSOM Change Log query is not displaying item deleted logs.

I want to get deleted items/files from a SharePoint list using the change query logs. The changequery returns items/files that are added or updated but not deleted. Can somebody help me on this where am I going wrong?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,903 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,731 questions
asked 2024-05-30T10:07:41.3666667+00:00
Manikandan Selvam 0 Reputation points
0 answers

Sharepoint CSOM Change Log query is not displaying item deleted logs.

I want to get deleted items/files from a SharePoint list using the change query logs. The changequery returns items/files that are added or updated but not deleted. Can somebody help me on this where am I going wrong?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,903 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,731 questions
asked 2024-05-30T10:05:25.4266667+00:00
Manikandan Selvam 0 Reputation points
0 answers

how to optimize costs per request azure openai gpt-4o

Hi, I'm using the following to chat with an image and given prompt: response = client.chat.completions.create( model='gpt-4o-2024-05-13', messages=[ {'role':'system','content':'You are a helpful assistant'}, …

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,144 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,324 questions
asked 2024-05-30T10:03:19.7833333+00:00
Ya Tl 0 Reputation points
0 answers

Connect-AzAccount in powershell script wont log in to Azure on some PCs

I use a PowerShell script which logs into Az. Using Windows 10 & 11, PS 7.2.4, AZ Module 12. The script uses AZconnect to access Azure and grab some information. It works fine on my PC. However, when other users run the script on their PCs, it…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,632 questions
asked 2024-05-30T08:54:40.9866667+00:00
John Sparks 106 Reputation points
edited the question 2024-05-30T10:01:41.5933333+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Azure AI Studio Prompt Flow feature - resources and cost

I am currently exploring the Prompt Flow feature in Azure AI Studio and have below questions: Resource Creation: When we create a Prompt Flow in Azure AI Studio, could you please share which specific azure resources are generated as part of this…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,324 questions
asked 2024-05-30T08:25:23.65+00:00
Mithun 0 Reputation points
edited the question 2024-05-30T10:00:16.9666667+00:00
ManoharLakkoju 615 Reputation points Microsoft Vendor
0 answers

Oauth Prompt sign in is returning validation code sometimes and token sometimes

I have a Bot framework project. We are using Oauth prompt sign-in card for authentication uwith aws cognito , but the bot is returning a validation code instead of token. It used to work fine before , is there a new bug introduced?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
760 questions
asked 2024-05-30T09:49:34.49+00:00
Palak Agarwal 0 Reputation points
0 answers

Environment logs not available

Azure ML environments are built by jobs running in the prepare_image experiment. In those jobs build logs are available. However, when browsing environment assets/registry, there is no information about the job ID that created the environment. This means…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,620 questions
asked 2024-05-30T09:45:23.28+00:00
Sajko Miha 0 Reputation points
0 answers

logmein and windows based remote access security reputation

How do windows based remote access apps such as logmein ‘shape up’ in terms of security in a sensitive corporate environment, when connecting to windows based servers and workstations. We have observed some 3rd party technical support suppliers…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,840 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,783 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,752 questions
asked 2024-05-30T09:28:23.4266667+00:00
crib bar 641 Reputation points
edited the question 2024-05-30T09:43:20.73+00:00
crib bar 641 Reputation points
0 answers

Error Handling in ForEach-Object -Parallel CMDLET.

I Use a PowerShell 7 Script to Validate Resource Group and its JSON contents DisplayName, ObjectID and Role Definition Name. My Script will use Parallel block to loop through the subscriptions and validate RG First and then foreach Role Definition it has…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,416 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,178 questions
asked 2024-05-30T09:39:05.6366667+00:00
Ramakrishna Abhijeet P 70 Reputation points
0 answers

unable to connect azure cli from my local machine

Hi team, I am unable to connect azure cli from my local my machine, i have updated configuration path in system variable but still not working. could you please connect will explain in the call. Thanks,Leela, leela.pampana@hiscox.com 9182881003

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,002 questions
asked 2024-05-30T09:36:38.69+00:00
Leela Pampana 0 Reputation points
0 answers

About Quota of gpt models

I am building a Retrieval-Augmented Generation (RAG) system using various GPT models and text-embedding models on the Azure OpenAI Studio playground. As I use it, the quota for a specific region has become full, so I have been moving to other regions to…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,324 questions
asked 2024-05-30T09:30:10.1933333+00:00
tsuzuki-s 0 Reputation points
edited the question 2024-05-30T09:33:14.8733333+00:00
AshokPeddakotla-MSFT 28,501 Reputation points
0 answers

VPN Network degradation on 28 May

Hi, I see from the chart that although the connection was maintained, the bandwidth was dropping for more than 10 hours, as seen from the chart below. The drop started 1pm and at 11pm began to slowly recover. May I know if there was some maintenance /…

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,412 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.
1,002 questions
asked 2024-05-30T08:28:00.7266667+00:00
Iwan NUGRAHA 20 Reputation points
edited the question 2024-05-30T09:32:31.9766667+00:00
Iwan NUGRAHA 20 Reputation points
0 answers

Cannot alter column because it is 'ROWGUIDCOL'

After restoring a database one of my columns was changed from NULL to newid(). I tried to run ALTER TABLE Table1 ALTER COLUMN Id uniqueidentifier NULL script and I got 'Cannot alter column Id because it is 'ROWGUIDCOL'

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,933 questions
asked 2024-05-30T09:28:42.0733333+00:00
Ludmil G 81 Reputation points
0 answers

Constant certificate (CAPI2) errors

I am getting these certificate errors CONSTANTLY, beginning immediately after turning on my PC, even before I have launched any programs or opened my browser. The processes listed in the errors as having certificate issues include core Windows components…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,840 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,783 questions
asked 2024-05-30T09:25:12.2333333+00:00
Jakeeer 5 Reputation points
0 answers

Can I Install New Teams on Windows 10 Enterprise LTSC 21H2 (2021)?

We currently have all of our workstations with Windows 10 Enterprise LTSC 21H2 (2021). Our users are receiving error "Classic Teams will be unsupported starting July 1, 2024. To use the new Teams, update your OS to meet requirements or contact your…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,272 questions
asked 2024-05-30T09:25:08.1566667+00:00
László Megyeri 0 Reputation points
0 answers

How to block cmd, msinfo32 and powershell

Hi, I need to block some app for standard users but not for admin or system. We do have applocker policy in place. I have add all of the app path to block it but its also blocking it for admin and system, is they anyway I can allow for admin and system…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,468 questions
asked 2024-05-30T09:24:51.5433333+00:00
lalajee 1,811 Reputation points
0 answers

Getting error:The selected VM image is not supported for VM Guest patch operations for rhel 7.9 images when using Azure Update Manager

While updating patch orchestration type to customer managed solution for RHEL 7.9 VMs, azure update manager is giving error: The selected VM image is not supported for VM Guest patch operations. Learn more at: https://aka.ms/VMGuestPatchingCompatibility.…

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
258 questions
asked 2024-05-30T09:15:39.22+00:00
GazalPandey-5428 0 Reputation points
0 answers

can not find a sharepoint link's driver name by microsoft graph api get driver list by siteId

URL: https://xxx.sharepoint.com/sites/mySiteName/SiteAssets/Repositories/Marketing%20Operations/Forms/xxxx.xls I use this graph api: https://graph.microsoft.com/v1.0/sites/xxx/drives to get below response { "@odata.context":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,891 questions
asked 2024-05-30T09:11:05.18+00:00
He, Marvin 0 Reputation points
edited the question 2024-05-30T09:14:55.0466667+00:00
He, Marvin 0 Reputation points