Can't enable or delete my service accounts on Google Cloud - gcloud

I recently deleted my Google Cloud project then I restored it,
now after restoration, I can't delete or enable any of my old service accounts, though I can create new ones only also I can edit these new ones, don't know why but how can I overcome this.
my main issue is with the "projectname#appspot.gserviceaccount.com" service account, I can't enable it.

what happened is that today and by itself, I found that everything is back to normal by itself, perhaps it took about 1 day since restoration.

Related

Azure Web App with KeyVault References in App Settings

I have a Web App deployed with multiple App Settings, which reference secrets in Azure KeyVault. Everything is working fine until I redeploy the Web App. Then the reference becomes invalid.
As soon as I restart the app, everything works fine again.
What is the reason for that? And what can I do (during deployment) to avoid this behavior (besides restarting)?
EDIT:
Thanks.
I didn't find an answer for that question but it also resolved itself automagically after a while. So I assume whatever it was, it has been fixed.

IBM Internet of Things Platform Starter application create fails with BXNUI0005E

I am trying to create an application in IBM Internet of Things Platform Starter and getting following message:
BXNUI0005E: The 'xxxxxx' app wasn't created because a problem occurred contacting Cloud Foundry.
Try again later. If you see this message again, go to the IBM Cloud status page to check whether a service or component has an issue. If the problem continues, go to IBM Cloud Support.
I've had exactly the same problem. It's usually because you've gone over the limit of app / database instances for your account.
In my case, I was using NodeRed. I created one instance successfully, deleted it, but then couldn't create another. It turned out that the first app had created an empty database instance and the second one was trying to do the same. Deleting the database from my dashboard resolved the problem.

Delete API Connect developer portals on Bluemix?

I am using API Connect on Bluemix and created a few different developer portals. After using the Trial version I want to upgrade, so I deleted my old APIC instance and provisioned a new one...but I still see my old portals. How do I delete those?
Figured it out - the portal should automatically be removed by the APIM appliance when the service is removed. You can tell if the portal site has been removed or not by visiting the URL and seeing if it shows up! Apparently if there is some error or glitch and the portal site is NOT removed, then it will be cleaned up later by an automated dormancy checker.

Backup configuration page not loading

I upgraded my app service to Standard a few days ago. However, when I go to the backup configuration page, it never finishes loading. I just get the dots across the top of the screen forever.
According to your description, I have checked this issue. Per my test, I found I could not configure my backups for my mobile app on Azure Portal as follows:
While for web app, I could configure the backups via Azure Portal as follows:
Then I Use REST to back up and restore App Service apps and Use PowerShell to back up and restore App Service apps to check this issue. After configure the backup for my mobile app, I could see the Configure button on Azure Portal, but when I try to change the backup configuration, I encountered the same issue as you mentioned.
Per my understanding, you could leverage the powershell command Edit-AzureRmWebAppBackupConfiguration for a simple way to edit your Backup Configuration, you could refer to here for more details.

Visual Studio Team Services (was VS Online) not showing GitHub repository type

I'm trying to setup an integration between my GitHub and VSTS account.
I'm creating a build definition to build and deploy my code to my azure web app. From all the things I've read online (I've been trying to make this work for at least some 3h now) this should be so simple I'm reconsidering calling myself a developer... =/
I've added the Service Endpoint:
But it doesn't show up at the build definition:
The other service endpoints for azure work fine, I'm able to set them at the build definition, but the GitHub just won't work! I've tried signing out, using chrome's private window, removing and re-adding the endpoint, using IE, nothing makes that damn thing show up as an option in the dropdown.
Does anyone have any ideas?
EDIT - ScreenCast
http://screencast-o-matic.com/watch/cDif6XiUSZ
After 3 days and no answer from MS I kept trying to figure it out and it seems this account is running on an old version.(?)
I have another account that's working fine and I started to compare both, here's why I think that:
Different versions
no online column and different header (Account profile vs Account/acc_name)
Perhaps you are right that your account is running in an old server.
I created one in India South and experienced the same behavior.
Then I deleted it and created one in South US and I can see my GitHub repository.