Azure: RDP and brute force attack
I have a small server on Azure (Windows 10 pro). There is only one service (webservice REST) on this server and it's not critical: if the service is down for a few hours or even days or if someone stole…
I have a small server on Azure (Windows 10 pro). There is only one service (webservice REST) on this server and it's not critical: if the service is down for a few hours or even days or if someone stole…
it was a working set up and no manual changes were made. when we are trying to deploy application on aks; it fails to pull an image from the acr. as per kubectl describe po output: Failed to pull image…
I am in the process of creating a proxy server that makes a request to a PDF Blob link then takes the request to setup its HttpResponse Header which we sent to the client. This diagram should explain As of…
I am using Azure Event grid service to be used for notifications. Here I want to create new hybrid connection in a Relay namespace using C# code when a user logs in. How can I do that?
I'm trying to connect to my Mongo CosmosDB instance through Azure Bastion. Our IT department blocks all outbound traffic thats not on port 443 so in order for me to be able to access anything I have to tunnel it…
My ASP.NET Web API project works fine but when I want to run it on a server I can't pull the data. I'm using an Azure SQL database, I don't have a problem on the local server. I can't figure…
I have problems deploying a net6 ASP project to newly created App Services (Code/Windows). I use # Build the project - task: DotNetCoreCLI@2 displayName: 'Build project' inputs: command: 'build' projects: '${{ parameters.ProjectPath }}' arguments: '--configuration ${{ parameters.BuildConfiguration }}' # Publish…
I have been facing an issue with Azure Durable functions, which when executed from my laptop machine runs fine. When i deploy the code , i am being popped up with an runtime exception . Here is the main orchestrator…
I have a storage account with firewall settings enabled (restricted access from only certain IPs and VNets). I need to access this storage account from Az Dedicated SQL Pool residing inside a SQL server. For this, I am using the…
I have this powershell script which works very well on my computer. I use the x64 and powershell 7.2. The problem is when I publish the code to Azure, there is a module missing. The module is a .net System.Data.OleDb.…