340,949 questions

Sort by: Updated
3 answers

Azure Kubernetes Service (AKS) Role Question

Hi, I am attempting to answer the following question ... https://learn.microsoft.com/en-us/credentials/certifications/exams/az-305/practice/assessment?assessment-type=practice&assessmentId=15 "You are designing a solution that uses Azure…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,852 questions
asked 2024-04-19T16:06:32.3233333+00:00
Kieran Wood 71 Reputation points
answered 2024-04-23T13:38:33.3333333+00:00
Kieran Wood 71 Reputation points
1 answer

SQL Server Connection for Python Flask Application

I have a python flask webapp and when the page is loading, connects to our SQL Server DB and saves certain tables as Panda data frames. This operation must happen as the page is loaded in. I am having issues connecting to my Server and database. Locally,…

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,675 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,848 questions
asked 2024-04-18T11:34:48.8833333+00:00
Ahad Anjum 20 Reputation points
commented 2024-04-23T13:37:58.59+00:00
Ahad Anjum 20 Reputation points
1 answer

Monitoring CPU usage of Win devices with different languages using typeperf %Processor Time

I use Windows 10 and above for my project in English, Spanish, etc. I am monitoring CPU usage of Win devices using typeperf %Processor Time. I want to run typeperf in devices with different locale without having to change object or counter. I see we have…

Windows Performance Toolkit
Windows Performance Toolkit
A collection of Microsoft performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications.
80 questions
asked 2024-04-18T04:44:04.0833333+00:00
Priya Jagyasi 21 Reputation points
edited a comment 2024-04-23T13:37:57.8533333+00:00
Priya Jagyasi 21 Reputation points
0 answers

Challenges Querying SQL Database with Azure AI Services

Hey there! I'm having trouble with Azure AI Services. I'm trying to connect my SQL database to Azure AI Search, but I'm struggling to get the right info from it using Azure's OpenAI Playground (Chatbot). Database Schema - S.no | Dist_Id | Dist_Name |…

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.
700 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,140 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,364 questions
asked 2024-04-22T10:50:19.5766667+00:00
Kushagra Sharma 90 Reputation points
commented 2024-04-23T13:36:37.07+00:00
romungi-MSFT 41,866 Reputation points Microsoft Employee
1 answer

Forward emails from our 365 tenant shared mailboxes

Hello    Please i need your help on this issue.    We have a business use case where we need to forward emails from our 365 tenant shared mailboxes that are part of an business operation flow to an Amazon SES hosted email address. Technically, it is…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
2,936 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
382 questions
asked 2024-04-17T17:34:01.4466667+00:00
Iniobong Nkanga 1,661 Reputation points
commented 2024-04-23T13:36:34.54+00:00
IniobongNkanga-8038 241 Reputation points
0 answers

File Server - Folder AD Group Permissions Overwritten by User Permissions.

We have a series of departmental folders. Each department has an AD group with department members within to control access. Finance folder only has Finance people, HR folder only has HR people, etc. The root folder for each department is owned by Domain…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,734 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,107 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,833 questions
asked 2024-04-23T13:35:30.33+00:00
Simon Parkinson 1 Reputation point
0 answers

403 Exception trying to access blob in desktop client

A file in the pic is being accessed in my code and throws 403 exception in OpenReadAsync. That despite that I assigned read/write permission to all users in Azure AD. I am using this code and all the parameters and URL are correct. The strange part is…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 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.
926 questions
Microsoft Entra Private Access
Microsoft Entra Private Access
Microsoft Entra Private Access provides secure and deep identity-aware, Zero Trust network access to all private apps and resources.
40 questions
asked 2024-04-21T02:35:25.23+00:00
Leon H 0 Reputation points
commented 2024-04-23T13:35:16.9233333+00:00
Amrinder Singh 1,740 Reputation points Microsoft Employee
8 answers One of the answers was accepted by the question author.

Hide SQL DB's Users do Not have Access to

I know I can set the permission to Deny "View all DB's" but I need users who are mapped to their DB's to be able to see them in SSMS. Thoughts?

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,675 questions
asked 2024-04-10T15:43:00.6166667+00:00
rr-4098 1,131 Reputation points
accepted 2024-04-23T13:33:53.4833333+00:00
rr-4098 1,131 Reputation points
1 answer

404 resource not found error

This is my code import os; from langchain_openai import AzureOpenAI from dotenv import load_dotenv from langchain_core.prompts import PromptTemplate load_dotenv() client = AzureOpenAI( api_key = os.getenv("AZURE_OPENAI_API_KEY"), api_version…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,140 questions
asked 2024-04-18T05:21:59.5566667+00:00
Keshri, Anjali (Cognizant) 0 Reputation points
accepted 2024-04-23T13:33:22.9833333+00:00
Keshri, Anjali (Cognizant) 0 Reputation points
0 answers

Property name is not allowed by the schema Error

Hi there, This is my Azure function's host.json file { "version": "2.0", "logging": { "applicationInsights": { "samplingSettings": { "isEnabled":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
asked 2024-04-23T13:33:02.0166667+00:00
Adwait Naik 20 Reputation points
0 answers

i can't able to assosiate the public ip to the vm

i have two vm's one is have have public ip , the vm is createed 3 years before so the vm don't have zone option, when i am trying to move the public ip from there to new vm , it's not allow assosiate. this is the error Failed to update network interface…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,102 questions
Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
317 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.
2,136 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,234 questions
asked 2024-04-23T13:32:54.6333333+00:00
Tamil Selvan M 0 Reputation points
1 answer One of the answers was accepted by the question author.

The subscription is not allowed to create or update the serverfarm

Scenario : App service deployment or scaling  Issue: Error " The subscription '<id>' is not allowed to create or update the serverfarm." Workaround:  Retry to provision the App Service after a few hours (similar thread #1535067 user was…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,848 questions
asked 2024-04-17T10:41:42.7+00:00
VenkateshDodda-MSFT 18,081 Reputation points Microsoft Employee
commented 2024-04-23T13:32:49.3366667+00:00
Mark Anderson 15 Reputation points
0 answers

Not able to see the custom column data in search results

I'm using an API to retrieve search results along with item metadata. But I'm encountering an issue where results from a custom column aren't being returned. I've created a managed property in the search configuration, but it doesn't seem to be working…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-23T13:32:16.3333333+00:00
Sivakoteswara Rao Sadhu 6 Reputation points
1 answer

How to fix - MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance.

Working on azure web app and it was working fine , suddenly i am getting below error MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. The same app is…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
662 questions
asked 2024-04-23T07:22:46.7333333+00:00
SohamPrasad Girde (Wipro Designit Services, Inc.) 20 Reputation points Microsoft Vendor
commented 2024-04-23T13:30:46.22+00:00
Domooney-MSFT 2,391 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Script to create container and populate on Mac

Just to bring your attention to a issue with mslearn-knowledge-mining/Labfiles/01-azure-search/ Lab for Mac users - the only method provided by the exercise to create a container and populate it is via a script that doesn't run on Mac by default.

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.
700 questions
asked 2024-04-10T14:34:42.1533333+00:00
Scott Cable 60 Reputation points
accepted 2024-04-23T13:30:45.5+00:00
Scott Cable 60 Reputation points
1 answer

How to deactivate Global Secure access feature in azure.

Hi , While I was creating a conditional access policy from my entra admin center, on adding target , the Global secure access (preview) was disabled at first. I found that it was in disabled state because I havent activated the Global secure access at…

Microsoft Entra
asked 2024-04-23T12:33:30.4166667+00:00
Ajosh John 0 Reputation points
answered 2024-04-23T13:30:11.2766667+00:00
Domooney-MSFT 2,391 Reputation points Microsoft Employee
0 answers

o365 eDiscovery for SSN and Credit Card Numbers

We are trying to use eDiscovery to search one mailbox for any instances of a SSN or Credit Card #. No matter what MS article we read or try, the search results keep coming back with all items in the mailbox. I think it is getting tripped up on phone…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
926 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
1,999 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,168 questions
asked 2024-04-19T19:41:37.0566667+00:00
rr-4098 1,131 Reputation points
commented 2024-04-23T13:29:38.6733333+00:00
rr-4098 1,131 Reputation points
0 answers

Port Sweep on port 445 and 5986 from ntoskrnl.exe

I noticed a port sweep connection by ntkrnlmp.exe. Alerts are getting generated everyday in SIEM Sentinel. We discovered an internal source IP (private) attempting to connect to numerous internal private IP addresses over port 445 and port 5986(WinRM). …

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,107 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
645 questions
asked 2024-03-18T07:24:44.3+00:00
NetHunt 0 Reputation points
edited a comment 2024-04-23T13:29:31.0233333+00:00
StephanG 811 Reputation points
1 answer

How to download course certificate

Please help with get the certification for Course PL-300T00--A: Microsoft Power BI Data Analyst

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,928 questions
asked 2024-04-23T13:24:57.7533333+00:00
Vijayakumar Gopal 0 Reputation points
edited the question 2024-04-23T13:29:23.9833333+00:00
Andreas Baumgarten 96,036 Reputation points MVP
1 answer

Suscribtion Disappeared

I had a free subscription to Microsoft Azure and I had 28 days remaining and recently the subscription disappeared. I have no aide why, my directory is exactly the same. Can you please support, my Subscription ID:…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,848 questions
asked 2024-04-23T13:23:18.79+00:00
Natalia Barrera 0 Reputation points
answered 2024-04-23T13:27:37.8866667+00:00
Andreas Baumgarten 96,036 Reputation points MVP