Unable to sign in in "send an email" action of azure logic apps
Hi I'm trying to add an action to my azure logic app workflow, where I have selected send an email as action but I'm unable to sign in, getting unknown error.
Vector indexer produces error
I am going through the following document to create a vector indexer: https://learn.microsoft.com/en-us/azure/search/search-get-started-portal-import-vectors?tabs=sample-data-storage%2Cmodel-aoai%2Cconnect-data-storage However, once I complete the steps,…
My Authenticator doesn’t give me a code
Hi I have been trying to sign in the my dominos pathway to excellence app this app works fine but when I try and get a code from my Authenticator it never gives me one. (All this is on my IPhone) If anyone can help it would be deeply appreciated 🙏
Azure AI Language - Version Change - Deprecated v2 Types?
Anyone else having issue with types categorized as v2 in Azure AI Language? (as of 9/6/2024) Curious if Aug 28, 2024 version referenced in below deprecated v2…
Azure Logic app list built in actions
I am auditing all my logic apps and trying to List all HTTP actions (built in) from logic app scheama. Tried few ways to read json body using $logicApp.Definition.actions and $logicApp.Definition.actions.Keys But no luck. How can i find action of type…
Value cannot be null. (Parameter 'containerId')" error.
I've been exploring Azure and working with Functions and CosmosDB recently. I followed the setup instructions from this learn.microsoft.com resource, but I keep running into an Internal Server Error 500. The logs indicate a "Value cannot be null.…
error uploading data asset to autoML job
I am trying to upload a .csv file to an Azure AutoML job, but I keep receiving this error message: "The file(s) couldn't be uploaded, because the storage is behind a virtual network, the supplied credentials might not have access, or the storage…
How to fix "ClientAuthenticationError" in Azure ai machine learning studio
I am trying to run the sample code for "Quickstart: Get started with Azure Machine Learning" in Azure ai, Machine Learning Studio and sees the following error about credential: ClientAuthenticationError: DefaultAzureCredential failed to…
NotFoundError: Error code: 404 - {'error': {'code': '404', 'message': 'Resource not found'}}?
running test code: deployment_name = 'gpt-4o-v1' #This will correspond client = AzureOpenAI( azure_endpoint = "https://****.openai.azure.com/" , api_key='**', api_version = '2024-05-13' ) print('### using gpt-4o-v1…
How to use the latest model version for Vision OCR on Python?
When I am using the ImageAnalysisClient in my code to analyze an image and return text, the API only seem to use the 2023-10-01 model version. How can I use 2024 or later version of the Vision OCR? Here is my current code: client =…
Is it a good design or solution to flatten the API response in APIM outbound policies?
We can modify the API response before it is sent to the client in Azure APIM policies. Is it a good design or solution to flatten the API response in APIM outbound policies? For example, suppose we have database entities and their corresponding class…
Is it a good design or solution to flatten the API response in APIM outbound policies?
We can modify the API response before it is sent to the client in Azure APIM policies. Is it a good design or solution to flatten the API response in APIM outbound policies? For example, suppose we have database entities and their corresponding class…
Cosmos DB; optimizing text searches in large DB
I have been looking into trying to optimize text searches in a container that will have potentially millions of items. For this purpose using the Cosmos Emulator, I added 200,000 items to my ForumSearch container in which all items have the same…
Azure Functions dis-appeared from the Function App and I am not able to push functions from local folder to function app.
As you can see in the image I have more functions showing in the local project folder but less in my function app. Previously I had the same count. Suddenly some functions disappeared from the app and now when I deploy the functions again it says…
not able to create workspaces in APIM
I am not able to create workspace in APIM running on premium tier. Anyone experiencing the same issue? How did you overcome this problem? Thanks, Praveen
Response is being content_filtered even though every thing is safe and not filtered
I'm getting this response when I call Azure open AI service: {'choices': [{'content_filter_results': {'hate': {'filtered': False, 'severity': 'safe'}, 'self_harm': {'filtered': False, 'severity': 'safe'}, 'sexual': {'filtered': False, 'severity':…
VPN gateway
In module it is written that we can deploy only one gateway per VPN. Later in module there are HA methods to use i.e active / active model. Is it for VPN or for VPN gateway?
How do I fix a 403 "This request is not authorized to perform this operation using this permission." error when accessing a newly created Language Studio project?
I am trying to work my way through the Extract Custom Entities exercise. I am running into an issue when trying to access a newly created project. I can get though the creation steps, but when I click on the project, I get a 403 error that states…
Can't move forward "Select a resource to work with" step in vision studio
I am following MS learning page to work on one of the courses and I am trying to start a 'Customize Models with Images' project using Vision Studio, but it asks me to select a resource. Even though I choose my default resource, nothing happens, and the…
Identity Validation Request has been "in progress" for over 14 days
We would like to use Azure Trusted Signing to replace current EV Code Signing certificate from Sectigo. We've created the Trusted Signing account and created request for public identify verification on 8/28. During the process, we've been asked and…