Quantcast
Channel: Azure Management Portal forum
Viewing all 4189 articles
Browse latest View live

SQL Database Metrics missing in Unified Alerts but are there for Classic Alerts

$
0
0

I wanted to set up unified alerts for SQL databases.  So I went to Monitor > Alerts and selected my SQL Database.  To my surprise, no metrics were available to select.

So I decided to try checking out classic alerts.  And all the metrics were there.

If trying to monitor something else in Unified Alerts, you can clearly see that they allow for the selection of metrics. Here's an example of monitoring an App Service Plan.

Any idea on why metrics are missing from SQL Databases in the Unified Alerts experience?




How Configure Memory running more than 80% continuously for 10 min using SMS alert

$
0
0

Hello..

I want configure below Alert in azure and we need to receive SMS Alert. 

CPU running more than 80% continuously for 5 min.

Memory running more than 80% continuously for 10 min.

When Disk Space utilization reaching 80%

Thanks


APK

How Configure Memory running more than 80% continuously for 10 min using SMS alert

$
0
0

Hello,

Greetings!!!

I want to configure below Configuration in azure portal and we need to receive SMS Alert for that.

Memory running more than 80% continuously for 10 min.

CPU running more than 80% continuously for 5 min.

When Disk Space utilization reaching 80%Thanks...

Azure Portal - Resource unavailable - cannot access sql database

$
0
0


I am getting this error in the azure portal and unable to access my SQL Server database.

Please can you help to troubleshoot.

This resource is unavailable, please try again later. /subscriptions/XXXXXXXX/resourceGroups/RG-XXXXXX-LAB-01/providers/Microsoft.Sql/servers/XXXX/databases/test


Removing delegated directories from directories list

$
0
0

I have a large number of CSP accounts and directories from a single Azure login. I can switch between them easily with the directory and subscription option in the top right as I've added my account as admin and complete the delegation.

Some of those subscriptions are now not active so I want to remove them from the list. I've removed my account as an admin which removes me from being able to see the subscription, but it still lists the directory. How can I remove it from the directories list?

Thanks

Ben

Configuring Alerts for Memory,Disk and CPU

$
0
0

Hello Team,

I want to configure alerts for below Criteria and need to send the Email alert for the same

I.  In case of Server down or ip not reachable

2. CPU running more than 80% continuously for 5 min

3. Memory running more than 80% continuously for 10 min

4. When Disk Space utilization reaching 80%


APK

Commandline to export users with rights

$
0
0

Hi all,

I am looking for commandline to export CloudOnly users from AAD, with the rights they have. At the moment im using this command to export all CloudOnly users: 

get-msoluser -all | Where-Object {$_.ImmutableId -like "$null"} |export-csv -Path c:\temp\filename.csv -NoTypeInformation

Can anyone help me out with this? What command do I need to add to export these users with rights?
Thanks in advance!

Regards,

Kerim Tupkovic

Lost access to subscription after leaving the company

$
0
0

Hi, 

I had a Visual Studio Enterprise subscription as a Microsoft employee. After I left the company I lost access to it. I thought I can convert into regular payed subscription, but I can't find a way to do that. Whenever I enter my corporate login - the portal says it doesn't exist. 


Error when trying to activate Azure MSDN Benefits: "Your account belongs to a directory that cannot be associated with an Azure subscription. Please sign in with a different account"

$
0
0

Hi

I've been wrestling with a problem for a while: I want to activate my 150$ Azure Credits that's part of my Visualstudio benefits. The VisualStudio account has been provided by my employer, who also has several other employees utilizing this offer without any issues.

However, when I try to activate mine I keep getting an error: "Your account belongs to a directory that cannot be associated with an Azure subscription. Please sign in with a different account"



Now, I've been in touch with Microsoft support and they have been unable to assist me. Specifically we have tried the following to try and solve the issue:

  • Tried adding pay-as-you go credits to my account using my credit card=Same error.
  • Tried signing in both using the "Personal account" option and the "Employer Account" option=Same error.
  • Tried pressing the "New subscription button" on portal.azure.com=Same error.
  • Asked my Microsoft Account administrator in my company whether my account has been registered correctly=He has confirmed it has been registered correctly, and the exact same way as the other employees in my company where the azure subscriber benefits through visualstudio is working fine.
  • Other parts of my VisualStudio account is working fine: I got all my product keys etc, and I can see my Visualstudio subcription ID under my subscriber benefits: https://my.visualstudio.com/subscriptions

Microsoft ended my support case saying "Your tenant is viral, you need to do an admin takeover of your domain". The problem is, the domain in question is obviously my employers domain as my visualstudio account has been provided by them. Obviously they are not going to let me do an admin takeover of their domain so I can get administrative rights over their domain in azure, which btw. also requires you to modify DNS settings for that said domain to prove ownership. It just seems highly unusual why I have to go trough all of this trouble, when my colleagues account is working just fine.

Anyone got any hints/tips to what I can do to get this working?

Thanks.


Two way sync between Azure AD and On-premise AD

$
0
0
Is it possible to synchronization attributes like Display name, Mobile number, Department and password from Azure AD (cloud) to On-premise AD and vice-versa.

Mandal Amit

Old Azure API Version (2016-03-01) used by Azure Portal - impact on Azure Policies - unkown field property

$
0
0

Hi,

We use Azure Policy to enforce certain App Service settings (f.e. Security related).
an example, is the following policy to enforce AppService Security settings

   

{
"if": {
"anyOf": [
{
"allOf" : [
{
"field": "type",
"equals": "Microsoft.Web/sites"
},
{
"field": "Microsoft.Web/sites/httpsOnly",
"notEquals": "true"                            
}
]
},
{
"allOf" : [
{
"field": "type",
"equals": "Microsoft.Web/sites/config"
},
{
"field": "Microsoft.Web/sites/config/minTlsVersion",
"notEquals": "1.2"                           
}
]
}
]
},
"then": {
"effect": "append",
"details": [
   {
  "field": "Microsoft.Web/sites/httpsOnly",
  "value": "true"
   },
   {
  "field": "Microsoft.Web/sites/config/minTlsVersion",
  "value": "1.2"
   }
]
}
}

However, when creating a new Azure Function App (via the Azure Portal), I receive the following exception :

{"telemetryId":"bf4d4063-30b8-437b-8ef9-fc221ca30614","bladeInstanceId":"Blade_04ecec6b3dad41bd96c3069383dc4e2f_42_0","galleryItemId":"Microsoft.FunctionApp","createBlade":"CreateBlade","code":"InvalidTemplateDeployment","message":"The template deployment failed because of policy violation. Please see details for more information.","details":[{"code":"AppendPoliciesUndefinedFields","message":"Found policies that refer to an undefined field property for api-version '2016-03-01'. Fields: 'Microsoft.Web/sites/config/minTlsVersion'. Policy identifiers: '[{\"policyAssignment\":{\"name\":\"TA Main PolicySet\",\"id\":\"/providers/Microsoft.Management/managementGroups/TAApplicationTeamManagementGroup/providers/Microsoft.Authorization/policyAssignments/53a9a736d57544488699247d\"},\"policyDefinition\":{\"name\":\"Enforce AppService Security\",\"id\":\"/providers/Microsoft.Management/managementgroups/TAMainManagementGroup/providers/Microsoft.Authorization/policyDefinitions/Enforce AppService Security\"},\"policySetDefinition\":{\"name\":\"TA Main PolicySet\",\"id\":\"/providers/Microsoft.Management/managementgroups/TAMainManagementGroup/providers/Microsoft.Authorization/policySetDefinitions/TA Main PolicySet\"}}]'. Please contact the subscription administrator to update the policies.","additionalInfo":[{"type":"PolicyViolation","info":{"policySetDefinitionDisplayName":"TA Main PolicySet","policyDefinitionId":"/providers/Microsoft.Management/managementgroups/TAMainManagementGroup/providers/Microsoft.Authorization/policyDefinitions/Enforce AppService Security","policySetDefinitionId":"/providers/Microsoft.Management/managementgroups/TAMainManagementGroup/providers/Microsoft.Authorization/policySetDefinitions/TA Main PolicySet","policyDefinitionReferenceId":"4580426754168807178","policySetDefinitionName":"TA Main PolicySet","policyDefinitionName":"Enforce AppService Security","policyDefinitionEffect":"append","policyAssignmentId":"/providers/Microsoft.Management/managementGroups/TAApplicationTeamManagementGroup/providers/Microsoft.Authorization/policyAssignments/53a9a736d57544488699247d","policyAssignmentName":"53a9a736d57544488699247d","policyAssignmentDisplayName":"TA Main PolicySet","policyAssignmentScope":"/providers/Microsoft.Management/managementGroups/TAApplicationTeamManagementGroup","policyAssignmentParameters":{}}}]}]}

Best regards,
Jens

How does one learn Power Bi?

$
0
0

I would like to become Power Bi certified. What are the steps I must past through?

Where are the Moc courses on Power BI?

AZURE migration questions and concerns

$
0
0

My boss has told me to migrate our Internal Domain to AZURE and would like me to setup 2 Domain Controllers as VM's within the Azure cloud.  

I tried to argue the idea of:   On Prem Domain controllers AND Azure.   He has rejected that notion and 'wants' the DC's in AZURE as VM's.

We are ALSO updating all workstations to Windows 10.  

Exchange has been retired and we've since migrated to Gmail and Google Docs, and our legacy software is being retired and replaced with "SAS" in around 1 month.

Am I just crazy thinking here..  or could we 'essentially' just use AZURE AD and allow Win 10 clients to authenticate through that?

The only servers that are going to be on prem any longer (by present demands) are a simple file share and a print server.

In AZURE, the plan is a SQL server, and SCCM.  Other than that, most of our other services are cloud based.

Does anyone have experience with Windows 10 and Azure authentication?  Is that a viable strategy for a small business of 100 users?

Opinions and experiences welcomed.

How to apply Policy to enforce use of extension

$
0
0

Hi everyone,

I'm trying to set up an Azure policy to enforce the use of a VM extension, in this case "Custom Script For Linux". What I'd like to achieve is that deploying a linux VM not be possible without adding that extension. I tried several things, but it doesn't seem to work so far.

The snippet below contain the rule. Am I overlooking something or is something wrong with what I'm envisioning?

Thanks!!

{"policyRule": {"if": {"allOf": [
        {"field": "type","equals": "Microsoft.Compute/virtualMachines/extensions"
        },
        {"not": {"field": "Microsoft.Compute/virtualMachines/extensions/publisher","equals": "Microsoft.OSTCExtensions"
          }
        },
        {"not": {"field": "Microsoft.Compute/virtualMachines/extensions/type","equals": "CustomScriptForLinux"
          }
        }
      ]
    },"then": {"effect": "deny"
    }
  },"parameters": {},"mode": "all","metadata": {"category": "retux-custom-policies"
  }
}

unable to delete the resource groups

$
0
0

Hi Team,

i am working as a SQLSERVERDBA.recently we have moved to azure.i am doing poc's on my free subscription.

i have created 2 resource groups.in one resource group i have created manged instance stuff and in another i have created site recovery stuff.i am unable to delete 2 resource groups. please help me to delete these resource groups.

please find the below errors

here is the below error which i have received when i  am trying to delete the resource group

Delete resource group jdrg failed<time class="fxs-notificationmenu-notification-title-subtitle fxs-portal-title" data-bind="attr: { datetime: $root.func._timestampToString(timestamp) }, text: $root.func._timestampToString(timestamp)" datetime="10:44 PM" style="font-weight:inherit;line-height:18px;margin-right:15px;color:#444444;">10:44 PM</time>
Failed to delete resource group jdrg: Deletion of resource group 'jdrg' did not finish within the allowed time as resources with identifiers 'Microsoft.Network/routeTables/JDroutable,Microsoft.Network/networkIntentPolicies/f81e2f41-42bd-4527-a543-639b94ad9b51,Microsoft.Network/virtualNetworks/JDMI_VNET,Microsoft.Sql/managedInstances/jdmanaged,Microsoft.Sql/virtualClusters/VirtualCluster6c8be4ee-2eb5-4fef-ab0f-da89d2a943e9' could not be deleted. The provisioning state of the resource group will be rolled back. The tracking Id is '5e83f77c-86e5-4387-bb25-fe5d5c3299ec'. Please check audit logs for more details. (Code: ResourceGroupDeletionTimeout) Route table JDroutable is in use and cannot be deleted. (Code: InUseRouteTableCannotBeDeleted) Network Intent Policy /subscriptions/cfbaf59e-0657-437a-a503-f301e3832fdf/resourceGroups/jdrg/providers/Microsoft.Network/networkIntentPolicies/f81e2f41-42bd-4527-a543-639b94ad9b51 cannot be deleted because it is in use with subnet(s) default. (Code: NetworkIntentPolicyCannotBeDeletedIfReferencedBySubnet) Subnet default is in use by /subscriptions/cfbaf59e-0657-437a-a503-f301e3832fdf/resourceGroups/jdrg/providers/Microsoft.Sql/virtualClusters/VirtualCluster6c8be4ee-2eb5-4fef-ab0f-da89d2a943e9?api-version=2015-05-01-preview and cannot be deleted. (Code: InUseSubnetCannotBeDeleted) The resource type 'locations/managedInstanceAzureAsyncOperation' could not be found in the namespace 'Microsoft.Sql' for api version '2017-03-01-preview'. The supported api-versions are '2015-05-01-preview'. (Code: InvalidResourceType) The HTTP method 'DELETE' is not supported on the resource 'https://management.indiasouth.control.database.windows.net/modules/AzureResourceManager/subscriptions/cfbaf59e-0657-437a-a503-f301e3832fdf/resourcegroups/jdrg/providers/Microsoft.Sql/virtualClusters/VirtualCluster6c8be4ee-2eb5-4fef-ab0f-da89d2a943e9?api-version=2015-05-01-preview'. (Code: MethodNotAllowed)

Thanks

JD


JD


Azure alerts - not triggered or with 10 hour delay

$
0
0

I am struggling with configuring alerts from Azure.

After trouble shooting yesterday and checking all options it came to light that there is a 10 h delay with sending notifications.

After speaking with AzureSupport I have reconfigured alerts following "Create, view, and manage alerts using Azure Monitor"

Events are showing in Activity log but alerts are not triggered.

Please help.

Regards,
Nikos

How do I transfer my Visual Studio Professional License and free Azure credits to my Development ID?

$
0
0

About six months ago I got a Visual Studio Professional license through my work as we are making the move to O365 and Azure. It all set up easily enough and I blithely activated the associated Azure credits (£40 monthly) and successfully used them to run some Azure functions created in Visual Studio. 

Since getting the license and activating Azure credits, our work environment has evolved to the point where we have separate development and production environments with separate accounts for each environment. However, my VS Pro license and Azure credits are all activated on my production account (because it was the only one available six months ago), whereas I now need it to be on my development account.

Is there any way of transferring both the license and the Azure credits from my production account to my development account? I am particularly concerned about the monthly Azure credits. I have no qualms about losing the credits for the month in which I do the transfer, but do not want to lose them thereafter.

Any guidance would be appreciated.

On/Off button color -- Which color means the button is selected?

$
0
0

Concerning the On/Off buttons that appear all over the Azure Portal. 

Does the solid, dark, non-transparent button color (using the light theme) mean the button is selected or not selected?


George Stevens


Azure Services Best Practices

$
0
0

We currently have only an Office365 tenant, but are looking to expand into using some other Azure services such as traffic manager and EMS.

For some reason my manager is hesitant to add the services into our existing Azure portal where Office 365 and wants to use a different account, but we haven't really discussed it much. Is there some Microsoft documentation regarding best practices I can look at for next time we discuss this? Should all of our Azure services for the same company (small business with ~100 employees) be within the same azure portal/account? Or is there some other way of organizing an azure account that is best practice? I couldn't find anything when searching online or in Microsoft docs.

Thank you.

Windows 7 cannot connect to Azure (P2S), Error "An existing connection was forcibly closed by the remote host (Error 0x80072746)."

$
0
0

Hi Guys,

need a bit of support and tips here. I havae the following issue:

A Microsoft Windows 7 Embedded Standard cannot connect over P2S VPN to Azure. The error is"An existing connection was forcibly closed by the remote host (Error 0x80072746)."At the same time another Client in the same network successfully connects to the VPN Gateway. The connection worked fine untill a couple of days ago.For certain nothing has been changed on the system or azure side prior to this.

Here a couple of additional details:

- Events:

Log Name:      Application
Source:        RasClient
Date:         24.08.2018 14:24:33
Event ID:      20227
Task Category: None
Level:         Error
Description: CoId={6F45A27F-3735-4BF9-BF04-38E4FBF8CB48}: The user PC-Name\UserName dialed a connection named Contoso.com which has failed. The error code returned on failure is -2147014842.

Log Name:      System
Source:        Microsoft-Windows-RasSstp
Date:           24.08.2018 14:24:33
Event ID:      1
Task Category: None
Level:         Error
Keywords:      Classic
Description:
CoId={6F45A27F-3735-4BF9-BF04-38E4FBF8CB48}:The initial Secure Socket Tunneling Protocol request could not be successfully sent to the server. This can be due to network connectivity issues or certificate (trust) issues. The detailed error message is provided below. Correct the problem and try again.
The connection was closed by the remote host.

here is what the VPN log on the client says:

******************************************************************
                Module Name, Time, Log ID, Log Item Name, Other Info
                For Connection Type, 0=dial-up, 1=VPN, 2=VPN over dial-up
******************************************************************
[cmdial32]          14:24:31               03           Pre-Init Event    CallingProcess = C:\windows\Explorer.EXE
[cmdial32]          14:24:33               04           Pre-Connect Event         ConnectionType = 1
[cmdial32]          14:24:33               06           Pre-Tunnel Event            UserName = UserName Domain =  DUNSetting = ID Tunnel DeviceName =  TunnelAddress = azuregateway-ID.cloudapp.net
[cmdial32]          14:24:33               21           On-Error Event ErrorCode = -2147014842 ErrorSource = RAS


What I have done so far:

- Ensured All Windows Updates are installed. Ref:

Error connecting to VPN - An existing connection was forcibly closed by the remote host (Error 0x80072746).

- Checked again the config on Azure side.
- Ensure all certificates on the client are correct.
- Compared those certificates with the working client (Azure Root Cert, User Cert, GW Cert)
- Uninstalled the connection, downloaded it agin from the portal and installed it again.
- Uninstalled the AV solution completely.
All advices and guesses are more then welcome. Thanks in advance!

Regards,



(Please take a moment to "Vote as Helpful" and/or "Mark as Answer" where applicable. This helps the community, keeps the forums tidy, and recognizes useful contributions. Thanks!)Blog: https://blog.pohn.ch/ Twitter: @StoyanChalakov

Viewing all 4189 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>