How to get into the "Admin Center"?
So how do I get into the admin center. I cannot use a personal account to get into it, I am not a student, I am not a business. Unable to do the exercise. This question is related to the following Learning Module
Unable to upgrade Postgresql Flexible Server from V14 to V16
Dear Azure Support, I would like to do a major upgrade of Postgres Flexible Server from V14 to V16. I always get the following error message, although I have removed extensions dblink and postgres_fdw. PS C:\Program Files\PowerShell\7> az postgres…
Querying Azure activities with subscription names
Hello, I'm trying to list Azure activities in my Log Analytics workspace, and need the subscription name to be displayed. With my current KQL request: AzureActivity | extend subscriptionId = SubscriptionId | join kind=inner ( …
Unable completing Unit 9 Exercises
I managed completing the Unit 3 tasks, however I am systematically getting an error when trying completing Task 1 in Unit 9. I am able confirming the VM is running, and I am able connecting to via SSH, however when I run the script to copy the VM's IP…
How to fix "Selected user account does not exist in tenant 'Microsoft Services'" when using Microsoft Entra to access Azure SQL Server?
I'm encountering the following error when trying to access my Azure SQL Server using Microsoft Entra: Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application '04b07795-8ddb-461a-bbee-02f9e1bf7b46' in that…
Azure Students specific credit error
I initially created an Azure Students subscription, but I did not receive my 100 credits. I was told to sync a credit card to the account, but I couldn't use it because the Azure Students subscription was upgraded. I canceled the subscription. How do I…
Azure ARC for SQL - Payg License for DR
Hi Folks, I am working on a project for leveraging Azure ARC SQL PayG License for On-premise SQL Servers as there is no on-premise SQL License. I have total 4 Nodes on-premise in which 2 (128Vcore) is for DC & 2 is DR (128Vcore). Its in…
How to fix the ASR registration issue for Hyper-V cluster nodes
I was trying to configure the ASR on Hyper-V cluster node, but its failing while registering and end up with the error,
hexadecimal value 0x00, is an invalid character. Line 2, position 1
VbrAnswerFile_install.txt Hi Experts, We are running an PowerShell comment in that PowerShell comment we are calling the XML file and trying to install veeam software. I am getting an error like "hexadecimal value 0x00, is an invalid character.…
Using Powershell to parse Device Manger, View by Connection
In Device Manager, and you can change the "View" and select Device by connection. With this view you can see how devices are connected or chained together in cascade view. In Powershell when I run Get-PnpDevice -FriendlyName 'USB4*' -class…
Resource 'aksManagedAutoUpgradeSchedule' was disallowed by policy. What is the resource type?
I need to whitelist a resource type in Azure to enable AutoUpgrade scheduler. Otherwise policy disallows. But I don't know which resource type to whitelist.
How to use llama 3.2 vision with dedicated endpoint
I'm trying to access a Llama 3.2 11b Vision model, deployed on a dedicated endpoint, but the sample code does not work: This is the error on logs: When using azure.ai lib it was not successful either: Any thoughts?
Unable to use github student developer pack to crate a student azure account
hello, I am unable to create a azure student account using my github student developer account it keeps prompting to a capchta and then gets stuck on create account screen
Significantly higher than expected costs for Azure services, need help identifying cost increase reasons
Our previous month was about $1000 for azure services. We have not launched, but our costs went up drastically to over $5000. Can anyone help with tips of what to check in our Azure setup to reduce our cost?
GSA: QUIC is disabled in Chrome and Egde policy, but still fail health check
On the Global Secure Access client for Windows , QUIC show warning for Edge and Chrome on health check. However on both Chrome and Egde in the Policy: "QuicAllow" is set to "false", and I can also see it in the registry. On flags Quic…
Video Indexer cannot access Storage ACcount
Hello, I have an Azure Video Indexer instance with an associated Storage Account and a User Assigned Managed Identity, all in the East US region. The Managed Identity has Storage Blob Data Contributor role over the Storage Account. The issue is that any…
Azure Policy to deploy VM application is success when run on our Resource group, but app is not installed
We are attempting to install software agents on our VM's in Azure (looking for something similar to aws systems manager and state manager) Azure Policy that has VM application defined on it runs fine and also completes with success, but application is…
How to fix "This message can't be sent because it no longer exists. It can only be discarded. Make sure you copy the content of this message before you discard if you want to use them later"
How can I fix the error message listed in the title?
Is .setColumnWidth() broken in Excel scripts?
I have written a very simple code in Office Scripts which should simply set some column widths and the header rows (see below). However, when I run the script, the column widths are nowhere near the values I have input (I have added comments to show the…
Invalid Header Value Error when calling Put Range Method
Hi All, We are following below process to upload a file on to Azure Storage Container but Put Range is always failing with Invalid Header Value Error. Create File : Able to upload an empty File .csv Put Range : Failing with below error The value for…