144,944 questions
-1
votes
0
answers
14
views
AZ CLI List Archive blobs only
I'm Trying to list archived blob only to rehydrate them later, The issue is the command line which I'm using is
az storage blob list --account-name accountname --container-name container-name --...
1
vote
1
answer
53
views
Is there a way I can use Azure monitoring/logging to determine who is reading my service bus messages?
Within our test environment we have a K8 cluster which contains our API. The API has a hosted service which is listening for service bus messages. The problem I'm seeing (via our logs) is that ...
-1
votes
1
answer
21
views
Does using a VPN when streaming data from Azure to a Codespace encrypt data end to end?
I work with sensitive data stored in an Azure storage account. The storage account is set to encrypt data at rest and has secure transfer 'enabled'. I stream the data to a Github Codespace where I ...
-1
votes
1
answer
12
views
Azure event hub - limit for number of topics
I'm encountering a limit on Azure event-hub which does not allow to create more then 10 topics (aka event-hubs in Azure) per kafka instance (aka event-hub namespace in Azure).
Is there any way or ...
-2
votes
0
answers
56
views
Retrieve all active IP addresses on SQL database in web app using C# [duplicate]
I need to retrieve all active IP addresses/firewall rules for a SQL database, I tried doing this through a query, but it does not have all the information I need and I'm not sure if I can actually map ...
-1
votes
0
answers
36
views
Microsoft Graph Subscription Error 400 bad Request with date
I am getting a 400 bad request error when creating a subscription. I used this exact same payload yesterday without any issue. I am pretty sure my date format is correct.
I have tried various date ...
0
votes
0
answers
18
views
Update Wiki page from azure devops pipeline
I am trying to make an automatic process of updating the release notes we have in our Wiki Project through Azure Pipelines UI, but I'm having trouble with it. I have an extension for creating the ...
-1
votes
0
answers
21
views
Performance difference between Azure Logic Apps Consumption and Standard workflows
Correct me if I am wrong, but as far as I know, Azure Logic Apps Consumption workflows are stateful workflows. If I am wrong, please inform me about this by sharing the link to the documentation that ...
-6
votes
1
answer
28
views
Remote virtual desktop using AWS [closed]
I have 2 business,for which i want owner name,ip address and location to be different ( usa and uk based). I want to run those businesses from India through my laptop. So basically i want to make ...
0
votes
1
answer
54
views
Azure Function App is not accessible when Storage Account not public
I am trying to create a function app - EP1 plan with the VNET integration and private endpoint enabled and also I have enabled the private endpoint enabled for the Storage account that used for ...
0
votes
1
answer
49
views
How do I set default document for an ASP.NET Core 8 web app in Azure App Services?
First time experimenting with creating an ASP.NET Core 8 web application in Visual Studio Code. I chose .NET 8 because it's the newest version. I am deploying it via Azure App Services. I am very ...
-1
votes
1
answer
19
views
Error: failed to get token: initialing the device code authentication
I have installed the kubectl binary with curl and kubelogin with snap.
I am unable to connect to Azure Kubernetes Service (AKS) cluster recently with kubectl. I have seen that the connection steps ...
0
votes
2
answers
44
views
Filter SharePoint List Items by lastModifiedDateTime using Graph API
I am trying to filter a SharePoint List of Items to only get those that were modified within the past day. According to the following Graph API documents, I should be able to use the
$filter=...
-1
votes
1
answer
28
views
How to do VNET peering cross tenants using ado?
I have a use case that involves VNET peering between networks located in different tenants and regions.
I'm utilizing Azure DevOps (ADO) and Terraform for the peering implementation.
Currently, I have ...
0
votes
1
answer
31
views
Is it necessary to carry out a Point-in-Time Recovery for both an original Azure database server and its read-only complement?
Given that:
You have an Azure subscription.
Within that subscription, you have an "Azure Database for PostgreSQL flexible server" - call this Server A.
Within the same subscription, you ...