Posts

Showing posts from June, 2020

Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error"

Image
Error listing Service Principals: graphrbac.ServicePrincipalsClient#List: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2020-06-14T16:34:09","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"6e0d75da-7fa9-44c3-b9b7-0d46b57dc94e"}}] Background:- My CICD Pipeline Service principal name is : BasicProject-9239f519-8504-XXXX-XXX-c84d53ba3714 and i am trying to Create and Read other service principal name Diskencryption within the pipeline i get error as specified above.  resource "azuread_application" "diskencryptionapp" {   name = "diskencryptionapp"    } When ...

How to encrypt Windows VM Disks if yours VM and keyvault resource group is different.

How to encrypt a VM if yours VM resource group and keyvault resource group is different