Azure Search Invalid Auth Token - azure

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:
close browser and reopen - didnt work
restart computer - didnt work
refresh tab - didnt work
log out of microsoft, and log back in - didnt work
deleted and recreated a new azure search container - didnt work
had coworker attempt to log into a completely different resource group and create a new search, but he saw the same exact auth failed error that I was seeing.
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.

Looks like Microsoft is aware of the issue and a correction is coming:

Related

Deleted azure app service still accessible

I deleted azure webapp through azure portal. It seems it is deleted because when I run:
az webapp list
my deleted web app is not showing. But I can still access it oldwebapp.azurewebsites.net.
And it's showing in google search as well. Is there any cache I need to clear or other places I can check to fully remove it?
Also checked other places if there is any connection to this old web app, but didn't find any or don't know where to look.
I have also encountered a similar situation and found that the resource has been deleted after checking in portal. Sometimes visit it using InPrivate window also succeed.
It seems that this is a bug, and you don't need to care about it, or if necessary, you can also submit a bug in a GitHub Issue.
If you need to use the url again by creating a new webapp with the same name, try deploy a new project and access it, it should be refresh to the new one.

Azure work item search not showing results for all users

I have the Azure Code Search and Work Item Search extensions installed. We are running Azure DevOps Server 2019. I have some users that get 0 results on a search, where I can search the same thing and get many many results. This is not a permission issue. I have given them identical permissions as myself. However the same searches bring up no results for them. Also I am an administrator, I'm wondering if this is a permission issue. Also the search is installed on a seperate server than our application teir.

Azure Portal - Dashboard Not Found (new Portal)

After sharing my Azure Portal Dashboard yesterday I think I accidentally deleted my default dashboard as it had the same name as the shared one. Now when I log into the Portal I'm getting the following message:
Dashboard not found We could not load the dashboard named 'private/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'. Refresh the portal to
try again.
I have created a new dashboard and can select it from the drop down, but I was wondering if anyone knew a trick to make the new dashboard the default, and prevent this message from appearing.
My issue was that I had bookmarked an old dashboard link. Double-check your bookmarks and make sure that you're using the correct version: https://portal.azure.com/
The reason this was happening for me was permissions. Also make sure you assign the user/user group to the share access section of the dashboard as demonstrated here

"An error has occured" when opening a bot on Azure bot service

I have developed a bot directly online on Azure bot service during the free trial.
Now the trial is expired and I would like to download my code as depicted here (from the documentation):
But I actually cannot even access this page anymore.
When I click on my bot:
I directly go to blank page (but still with the black surrounding and icons) with this error:
I don't think it is a deployment problem because I've never deployed it from outside. All has been coded from the webapp.
Can you try accessing your bot via kudu? To do so, visit https://your-bot-name.scm.azurewebsites.net
If you can, select CMD from the Debug console menu on the top, and then navigate to "site". Finally download the whole wwwroot folder.
It might not work, because your subscription has expired, but worth a try.
There was a temporary issue with Bot Service bots last month (those created in the Azure Portal). It has since been fixed. However, if you created your bot during the time the issue was in place: the portal can become disconnected from the code. Here is how you can retrieve it:
Please download the Azure Storage Explorer from here: http://storageexplorer.com/
Login, and navigate to your resource group's Storage Account. When you open it, you'll see File Shares. There you'll find the source for your bot.
You could also access the source files via Kudu console: http://dotnetthoughts.net/using-kudu-with-microsoft-azure-web-apps/

Azure portal returns error 400 when trying to manage my database

When I try to open the azure web-portal to manage my database with:
https://manage.windowsazure.com/#MyId#Workspaces/MobileServicesExtension/apps/MyApp/tables/MyTable/columns
I only get error "400, try again later or contact support". This was working fine for a long time and since a while its this error. I didn't change anything and the mobile app using this db is also still working, but I just would like to access my managment portal.
I'm on a free azure acount, so no access to proper support, but maybe here somebody can help?
Problem solved with MS-support:
"you should be able to find the Tables and record related to your mobile app under mobile section, if you browsed to your mobile app on portal.azure.com > Easy Tables, Easy APIs, Data connection, all of these blades are related to your mobile app,
to find your tables choose Easy tables."

Resources