Azure VM - none are available
I cannot create a VM because none are available.
Azure Virtual Machines

Migration content search webpart to SharePointOnline
Is there anyone who can help me with some guidance in how to migrate a content search webpart from sharepoint 2016 to Online? At this moment i use the search content webparts (with my own custom query) for finding specific information within our…
Microsoft 365 and Office | SharePoint | For business | Windows



Code: Authorization_RequestDenied Message: Insufficient privileges to complete the operation.
I am trying to access graph api using client credentials flow. But getting "Insufficient privileges to complete the operation." error. All permissions are given to the registered application. 1. AuthenticationContext…
Microsoft Security | Microsoft Graph
Windows 11 clients do not update in domain DNS
Hi, we started to deploy in our AD Windows 11 clients and we have problem with it, windows version is 21H2 22000.675 the problem is that clients do not update its IP addresses in domain DNS, they all have connection with domain DNS, gpupdate /force is…
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Client for IT Pros | User experience | Other
How to change the editor cursor color in Visual Studio 2017?
My vs2017 theme color is dark, and the editor cursor color is also dark, which makes it difficult to see the cursor in coding clearly. Like this: How to change the editor cursor color in Visual Studio 2017?
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
windows May-CU reverting on w2016
Im able to install May-2022 cu on win2016 server but post reboot it is reverting. Below has done. SFC /scannow, windows update component reset, sd folder rename, ran dism DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:D:\sources\install.wim:4…
Windows for business | Windows Server | User experience | Other
AzureVM won't started
Hello, I added a data disk then restarted the VM, but it's hanging with "Azure virtual Machine Agent is not ready" I tried to uninstall unavailable extensions but it stuck in "deleting" status. Then tried "Reapply"…
Azure Virtual Machines
HoloLens2 Unity Build - "Command failed, errorCode:1", WSATestCertificate.pfx. troubles
[Specification information] Unity version : 2020.3.33f1 URP UWP SDK : 10.0.19041.0(target), 10.0.10240.0(minimum) Microsoft Windows desktop Runtime : 5.0.17 HoloLens2 Emulator : 10.0.20348.1503 Window OS build : 19044.1706 HoloLens2 Window OS…
HoloLens | Development
Download and pin Teams app for all user from the api
Is it possible to download and pin a app for all users from the api ? We would like to be able to download and pin a app quickly from our website instead of sending the user to the admin center to do it, is it possible ?
Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
Filter Copied data from Copy Activity in Azure Data Factory
We are using Copy activity in Data Factory to copy data from Source to Destination. Once data is copied to Destination -> Filtering the destination to get MAX date (DataFlow) Is there a way we can get direct MAX value without a data flow (any…
Azure Data Factory
Can Azure Streaming Analytics read from Kafka on HDInsight and write to Deltalake table on Synapse lake.
Hello I am looking for guidance on building a new event driven platform. The options we are exploring for processing are - Azure Stream Analytics Apache Spark Structured Streaming in Synapse Source is like going to be Kafka on HDInsight …
Azure Synapse Analytics
Azure HDInsight
Azure Stream Analytics
SELECT bottom SQL
There are times where I find Select TOP Order By [ASC/DESC] does not make sense but BOTTOM. Does SQL Server support the bottom command?
Developer technologies | Transact-SQL
SQL Server | Other
Azure app service to sql database over system managed identity throw after deployment Microsoft.Data.SqlClient.SqlException (0x80131904): Login failed for user ''.
Hi, We setup connection between azure app service to sql database over system managed identity. We used last version of Microsoft.Data.SqlClient (4.1.0) and in connection string : Authentication=Active Directory Managed Identity , that means generation…
Azure SQL Database
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Weird issue with Windows File Cluster resource and DNS resolution
Hi all, I setup a file server guest cluster with 2 windows server. When I create the cluster resource, Windows make his own DNS records on DC from this resource. For example "fscluster" and give its a virtual IP. So, everythings works fine,…
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | Storage high availability | Clustering and high availability
Windows for business | Windows Server | User experience | Other
Error deploying multi container instance into vnet
# apiVersion: 2022-12-01 # location: eastus name: test-ssl properties: containers: - name: flask-container properties: image: registry.azurecr.io/flaskapp:v1 ports: - port: 8080 volumeMounts: - mountPath: /app …
Azure Container Registry
Azure Container Instances
Azure Virtual Network
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud

How to add and retreive value from appsetting.json or some other configs in Razor Component though Razor Class Library?
Hi, I need to add some configs like appsetting.json in Razor Class Library? And then I need to get the specific value from this config and need to use in Razor.Component .
Developer technologies | ASP.NET | ASP.NET Core
How to extract files from .tar.xz files stored in ADLS Gen 2 using Azure Data Factory?
Is it possible to extract files from .tar.xz using Azure Data Factory. The file will be stored in Azure Data Lake Storage Gen2. Dataset used is binary. Adding the screenshots below, As you can see there's .tar.gz option available but not…
Azure Data Factory
SQL Query check if unique constraint is Updated , If its not Altered then run Alter Query
I need a IF Statement to check and run SQL Query alter table [ReportableResults] add constraint Unique_ReportableResults_ReportableResultCode_IsCalculated unique (ReportableResultCode, IsCalculated); Above Code is Working Fine.....But I…
SQL Server Integration Services
Developer technologies | Transact-SQL
SQL Server | Other
WF4 how to enable or disable dropdown(enum) argument based on previous/other dropdown(enum) value
I have two drop down in my codeactivity property, I want to allow the user to select second drop down based on the first drop down selection. Please see my sample code : public enum Services { Human, Web } public enum ServiceType { Soap, …
Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
In azure-blob-storage javascript sdk, how can I get the total byte size of blobs inside a folder?
Azure Storage Explorer allows you to publish folder statistics. What we want to achieve is to calculate the total capacity in bytes of all the blobs in the folder (not actually the structure of the folder). You can accumulate the size by…