Im currently in the process of building a webapp that utilizes azure cognitive search to get data from a cosmos db container I have set up. For the past 3 days, the azure search has been working perfectly, and ive been able to access the search container from the azure portal just fine. Today I was working on my application and I started getting 400 response codes from my get requests to the azure search URI.
I went to the portal and was prompted with the following message when I clicked on "overview" in the azure search container.
Clicking it simply makes it disappear. Im now unable to see any usage statistics, and unable to enter queries through the search explorer. I then replaced the 'api-key' header in my get request to the api key instead of the admin key, and am able to now get search results.
I know the azure search itself is working but it seems that the portal is completely broken. I cant change any settings, cant add any indexes, and cant search through the search explorer on the portal.
Here is what I have tried so far to fix:
When I check my access to the database, under the IAM tab, my role is "contributor" which grants me full access to the search container, so this should not be an issue.
Im completely stuck and being unable to index a field is holding me back. If you need any more relevant information, please let me know.