Forum Discussion
Unable to Update Address in Admin Center
Clint Oliveira I'm not trying to update a user's address. I'm trying to update the address of the Organization in Admin Center. Can I pass set-azureaduser an organization object?
https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/change-azure-account-profile#:~:text=sold%2Dto%20address-,Sign%20in%20to%20the%20Azure%20portal%20using%20the%20email%20address,new%20address%20and%20select%20Save.
- camkerrFeb 01, 2022Copper ContributorJust tried it. I get a similar error with a different description when trying to save the new address: "Check your address. There appears to be an error in it." Looks like it may use the same address verification check on the back end.
- Clint OliveiraFeb 02, 2022Brass Contributor
camkerrsorry for the delay. This is what I was looking for. I used this a while ago to update billing accounts. I am not sure if this will run the same checks as the portal, however I would suggest that you give this a try before contacting Microsoft Billing. Hope this helps.
az billing account update --name "{billingAccountName}" --display-name "Test Account" --sold-to address-line1="Test Address 1" city="Redmond" company-name="Contoso" country="US" first-name="Test" last-name="User" postal-code="12345" region="WA"
https://docs.microsoft.com/en-us/cli/azure/billing/account?view=azure-cli-latest#az-billing-account-update- camkerrFeb 02, 2022Copper ContributorThis appears to update the Azure billing, but not the Admin Center billing (for 365 licenses).
- Clint OliveiraFeb 01, 2022Brass Contributor
Probably. You will need to contact Microsoft Billing. They can update your billing address in their internal tools. The zip that you can set in Azure can be one that is close to your current location
https://support.microsoft.com/en-us/topic/global-customer-service-phone-numbers-c0389ade-5640-e588-8b0e-28de8afeb3f2