I'm looking to get better results from Open AI Chat and AI Search from my Indexd data
I have completed the program necessary to enable my data to be indexed and accessed by Open AI to answer questions. The problem is the results are not very good. I need help with verifying if I'm using the proper Index setup (semantic) parms The…
Region-specific drives for a VM located in Azure AU region
Hi Team, We have a requirement from clients to have the data in the respective data drives, for example - client from US wants to have their data in a drive which is physically located in the azure data centre in US region. We are looking at partitioning…
Azure Blob storage CORS Policy does not applying
Hello, I have set up Azure Blob Storage with a Private access level, and I am able to access the blob files by generating access tokens from my application. I have also configured CORS, but it's not working as expected. My goal is to ensure that…
Cannot change blob tier to archive
Hi, I cannot change archive tier to archive. this option is grayed out as at screens hot. while using PS is fails at changing to Archive. There is no issue with change in between hot,cool,cold: The log without exact answer: PS C:\Users\zmganczarz>…
403 error for accessing blobs when using user assigned Identity with allow selected network and IP settings
HI Team, i have written code to create user delegation sas uri which is able to access blobs only when settings is below Network->Allow all public access. but i want to use allow selected network and IP address. as a part of security KPI, i do…
Restrict access to my Blob storage to only my UI App Service
I have an Web App service (ReactJS app) and I have an Storage account that has videos that the client app should play. I don't want to make the videos public available and want them to be accessible only via the Web App. I tried to create a Virtual…
upload_blob and download_blob takes 2 seconds to execute which increases execution time of our API
This is how we are creating a pdf on azure blob storage and reading the file from Azure blob storage upload_blob and download_blob takes 2 seconds to execute which increases execution time of our API i tried async but it didnt reduced time. func tools…
How to take Azure SQL DB Backup to external storage
How to take Azure SQL DB Backup to external storage
I need to verify my storage account's total capacity limit and check if I am reaching my quota. How can I confirm the maximum storage allocation and expand it if necessary?
I need to verify my storage account's total capacity limit and check if I am reaching my quota. How can I confirm the maximum storage allocation and expand it if necessary?
Blob Storage Trigger Function App is not working for 1 user but works for the other one.
Hi Azure community I have an Azure function App that is Blob Triggered. Each time I upload an Excel file it triggers the function app. Whenever my colleague tries to do the same it doesnt work. Both have the exact same set of roles and accesses. The app…
Entra ID OAuth2 Token signature failure when listing container
I am trying to use REST & Entra ID token for a user managed identity to list containers and read them for a blob. While I was able to get a token and list the storage account ok like this: Invoke-WebRequest -Uri (-join…
Which solution is more secure in terms of IT security ? Azure Blob Storage (CSV) vs. SQL DB in Azure
Which solution is more secure in terms of IT security ? Azure Blob Storage (CSV) vs. SQL DB in Azure. I need a security analysis of these 2 solutionsWhich solution is more secure in terms of IT security ? Azure Blob Storage (CSV) vs. SQL DB in Azure. I…
I want to restrict azure ADLS SFTP access to directory level.
I want to created sftp for 5 user and want to maintain all the sftp folder in one container.
Azure Front Door Instance DNS State "CNAME/alias record is not currently detected"
I've been following this MS tutorial to connect my Front Door instance to a custom domain. My endgoal is to connect my Azure Front Door instance to my static website and give the static website the custom domain. I've completed the steps up to…
Understanding and Disabling Snapshot Creation in Azure Blob Storage
Hi everyone, I'm trying to better understand the snapshot creation mechanism in Azure Blob Storage and would appreciate some insights from the community. My questions are: What triggers snapshot creation? I’m unclear on what specific operations or…
No longer able to see files after navigating to blob containers over a VPN connection.
Various messages received: Your firewall settings may be preventing network access from this client to the storage data endpoint. CORS settings on your storage account may be preventing network access from this client.
Azure Front Door with Storage Account Containers for Each Environment – 404 Issue
Hello, I am implementing Azure Front Door with a single Azure Storage Account that contains multiple containers, each designated for a specific environment (e.g., dev, QA, UAT, etc.). My goal is to use Azure Front Door Private Endpoints to securely…
Blob Container is mounted on 2 server using blobfuse2. The file written on server not being shown on another.
I have created a blob container to store user-uploaded files. I have 2 servers running using AFD. The blob container has been mounted using blobfuse2 (the config file is attached below). So, my web application processes the file and generates the log…
How to add defender malware scanner for azure storage account
Im trying to enable malware scanner for my azure storage account but its throwing me this error. Plan enablement partially succeeded. Could not enable on-upload malware scanning: Exception of type 'Microsoft.Rest.Azure.CloudException' was thrown..…
Logic app to retrieve the latest file from a blob folder
How can I create a logic app that retrieves the latest file from a blob folder when a Http request is received, where there are multiple files, and sends it as an attachment? Are there any specific steps or configurations required for this process?