421,183 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Uploading from a passed file stream to Azure blob works locally, but not in Azure

I have a Python/Flask API app I have deployed to an Azure App Service plan (Linux/Python 3.8). Everything works locally as it should, but when I deploy it to Azure it fails. Here's the relevant code: blob_client = BlobClient.from_connection_string( …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,460 questions
asked 2020-11-19T18:14:39.427+00:00
Phil 96 Reputation points
commented 2020-12-03T16:50:55.45+00:00
SnehaAgrawal-MSFT 22,346 Reputation points
2 answers One of the answers was accepted by the question author.

Permission to run report in Reporting Services

I am a BUILTIN\Administrator and can perform everything I need to in Reporting Services. I have developed a report for use by several users in the following folder structure on Reporting Services: http://MyServer/Reports/browse/Reports/XYZReports. …

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.
3,010 questions
asked 2020-12-01T17:48:39.457+00:00
Robert Richards 21 Reputation points
accepted 2020-12-03T16:40:27.787+00:00
Robert Richards 21 Reputation points
3 answers One of the answers was accepted by the question author.

Error removing Certificate Authority role

We had a server with Server 2008 R2 on it. It used to be a certificate authority on the domain. We removed this role from the server, restarted a few times and then did an in-place upgrade on this server to 2012 R2. When the server came back online…

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,902 questions
asked 2020-12-01T23:16:18.253+00:00
Daniel Kaliel 1,271 Reputation points
accepted 2020-12-03T16:35:27.507+00:00
Daniel Kaliel 1,271 Reputation points
2 answers One of the answers was accepted by the question author.

Windows Hello for Business GPO

Please do not just give me instructions on how to set the GPO for this, I know how but I do not have the required Windows Hello for Business settings available in gpmc so repeating what is on Google, Bing and the Microsoft site so many times will not…

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.
5,820 questions
asked 2020-12-01T22:57:17.003+00:00
Gareth Davies 276 Reputation points
answered 2020-12-03T16:25:36.423+00:00
Gareth Davies 276 Reputation points
4 answers

Migrating CA from 2012R2 to 2019 problem

I'm trying to migrate an Enterprise Subordinate CA from a 2012R2 DC to a new 2019 DC. The 2012R2 CA was in itself an upgrade from 2008 R2, and that migration worked without a problem. I'm using the proper documented process, but am experiencing two…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 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,902 questions
asked 2020-11-26T16:49:48.807+00:00
TonyB 1 Reputation point
answered 2020-12-03T16:23:39.02+00:00
TonyB 1 Reputation point
4 answers

Dateiverzeichnis wird eingerichtet

Seit gestern kann ich leider nicht mehr auf die Dateien in einem Team zugreifen. Beim Reiter Dateien erscheint nur noch die Meldung Ihr Dateiverzeichnis wird eingerichtet. Aktualisieren sie die Seite nach einigen Minuten oder versuchen sie es…

Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
669 questions
asked 2020-12-02T14:11:00.25+00:00
KSCH 6 Reputation points
commented 2020-12-03T16:22:40.787+00:00
Tobias Bucher 6 Reputation points
1 answer

Error when running third party software in Microsoft Account but running perfectly fine in Local Account: Windows 10

Hi All, I'm having an issue where a third party software is giving me a failure to register license error when logged in using Microsoft account but when I switch to the Local Administrator account it works fine. Both accounts are set to…

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.
3,017 questions
asked 2020-12-03T12:06:13.307+00:00
Reagan Shonge 1 Reputation point
answered 2020-12-03T16:03:32.087+00:00
MotoX80 35,611 Reputation points
6 answers One of the answers was accepted by the question author.

DNS Server service keeps crashing in Server vNext Build b20257 0x0000374

Scenario: Windows Server vNext starting with b20257 DNS Service keeps crashing (seems like it does so on every incoming DNS update request). Servername 1000 Error Application ErrorApplication12.11.2020 21:19:39 Faulting application name: dns.exe,…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
Windows DHCP
Windows DHCP
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.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,047 questions
asked 2020-11-18T23:12:41.693+00:00
Karl Wester-Ebbinghaus 41 Reputation points MVP
answered 2020-12-03T16:02:17.627+00:00
Karl Wester-Ebbinghaus 41 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Multithreading/Concurrency/Parallel – gurantees about value read by a thread?

I wonder if there is a guarantee in the .NET about a value read by some thread from a field write by another thread. This question is not about syncing the threads via sync primitives. I do not care about race conditions or a thread-safety. Also I do not…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,201 questions
asked 2020-12-02T17:30:02.107+00:00
Jiří Čepelka 96 Reputation points
accepted 2020-12-03T15:59:48.3+00:00
Jiří Čepelka 96 Reputation points
1 answer One of the answers was accepted by the question author.

a problem with my C code

i got a problem with this code, not sure what's the problem would appreciate the help. void Ex5() { double x, ans; int n; printf("Enter a real number >>> "); scanf_s("%lf", &x); printf("Enter a…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,880 questions
asked 2020-12-03T10:52:12.137+00:00
ROG 21 Reputation points
commented 2020-12-03T15:44:50.67+00:00
Barry Schwarz 3,651 Reputation points
1 answer One of the answers was accepted by the question author.

Convert test to integer in SSRS Reporting/Microsoft Visual Studio

I'm trying to convert 88000000000.0000000000 /L to an integer with 10^9. The number is stored in the database as a text field. I tried CInt but when I run the report I get an #ERROR where the number should be displaying. Thank You for your help in…

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.
3,010 questions
asked 2020-12-03T12:58:34.983+00:00
Kimmie25 121 Reputation points
accepted 2020-12-03T15:44:22.81+00:00
Kimmie25 121 Reputation points
1 answer One of the answers was accepted by the question author.

How to check Azure Admin role membership modifcation report/logs

I have to audit Azure Admin role membership modification. Can anyone tell me how to export that report for any specific admin role(i.e. Authentication Administrator). @Anonymous Please help.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,644 questions
asked 2020-12-03T09:16:36.923+00:00
Saurabh Sharma 121 Reputation points
commented 2020-12-03T15:24:19.043+00:00
AmanpreetSingh-MSFT 56,781 Reputation points
2 answers One of the answers was accepted by the question author.

Fatest way to access and REST API for 200K times using HTTPCLinet

we are trying to access an API endpoint for 200K times. we are able to access it without an error with the following code snippet: private static HttpClient clinet = new HttpClient(); public static async Task Main() { string auth_token =…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,793 questions
asked 2020-11-25T05:45:39.723+00:00
Ankarao 21 Reputation points
accepted 2020-12-03T15:24:14.013+00:00
Ankarao 21 Reputation points
4 answers One of the answers was accepted by the question author.

Exchange 2016 keep hung up

Hi, We have an Exchange 2016 server on premise (on Hyper-V) that keep hung up once a week or so. Users can't send or receive emails when that happened; we can still ping the server ip address, but we can't connect via the Hyper-V Manager, RDS, or…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,823 questions
asked 2020-11-30T16:06:03.6+00:00
Tee356 386 Reputation points
accepted 2020-12-03T15:20:41.963+00:00
Tee356 386 Reputation points
1 answer One of the answers was accepted by the question author.

Regulatory Compliance

hello Expert, I'm currently looking at the Regulatory Compliance standard with Azure Security Center especially around the NIST SP 800-53 controls and I noticed a lot of the controls have "Microsoft implements this System and Communications…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
971 questions
asked 2020-11-30T19:11:06.88+00:00
Shola Lawani 531 Reputation points Microsoft Employee
accepted 2020-12-03T15:12:21.287+00:00
Shola Lawani 531 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Intune | Windows Hello For Business | SCEP AADJ WHFB Certificate

Hello, I try to apply Windows Hello for Business using this article: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-cert At the almost last step "Create a SCEP Certificate…

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
2,027 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,644 questions
asked 2020-10-23T10:55:51.383+00:00
Oscar 177 Reputation points
answered 2020-12-03T15:01:58.59+00:00
Mike Stone 1 Reputation point
2 answers One of the answers was accepted by the question author.

sqlcmd options on print / display

Hello i need some help with sqlcmd utility at linux I have this select statement, but it display both at start with the ----- 1> select 'grant select on ' + name + ' to READONLY' + CHAR(10) + 'go' from sysobjects where type = 'U' or type =…

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,491 questions
asked 2020-12-02T21:51:02.873+00:00
helena Matos 61 Reputation points
accepted 2020-12-03T14:51:27.58+00:00
helena Matos 61 Reputation points
4 answers

Orchestrator 2019 error when using Exchange User Integration Pack

When adding a configuration to Exchange User Integration pack in Orchestrator 2019 im getting the following error: Installing and Deploying the IP was no Problem. .NET Framework 3.5 is allready installed. Any idea what i can do?

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
253 questions
asked 2020-08-19T10:15:00.867+00:00
Stefan W 1 Reputation point
answered 2020-12-03T14:41:24.913+00:00
Wilson Sekiguti 6 Reputation points Microsoft Employee
4 answers One of the answers was accepted by the question author.

How to get the last day of the quarter

Hi All, I have a CALENDAR_DATE , based on this date i want to create the LAST_DAY_OF_THE_QUARTER_IND ,please advice, Thanks

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-12-01T21:01:46.643+00:00
blackhills 136 Reputation points
accepted 2020-12-03T14:13:30.567+00:00
blackhills 136 Reputation points
1 answer One of the answers was accepted by the question author.

How many device can connect to IoT Hub at the same time

Hi, i want to ask how many azure iot device can connect to iot hub to send and receive msg at the same time. Thank for your support

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,250 questions
asked 2020-12-03T04:41:58.483+00:00
long dao thanh 81 Reputation points
accepted 2020-12-03T14:13:13.467+00:00
long dao thanh 81 Reputation points