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

Delete a Resource Link from a Subnet/VNet

$
0
0

Hello,

I have an API Management which was connected to my Virtual Network. I want to change this so I have changed the Virtual network to Off.

My Subnet being useless, I want to delete it but the portal tells me Failed, the subnet is in used by the API Management.

I have checked in resources.azure.com, I can still see the resource link active while the API Management is not in any virtual network.

I tried to use the REST API call from this doc https://docs.microsoft.com/en-us/rest/api/resources/resourcelinks/get 
But I get an unauthorized error. GET call works so the access seems right.

Do you have an idea how I could remove this ghost link ?

Kind regards,

Teddy


The portal is having issues getting an authentication token. The experience rendered may be degraded.

$
0
0
Hi all,
I am getting below error in Azure portal. 


Experiencing authentication issues
The portal is having issues getting an authentication token. The experience rendered may be degraded.

Additional information from the call to get a token:
Extension: microsoft_aad_protectioncenter
Resource: self
Details: Too Many Requests
------------------------------------------
Experiencing authentication issues
The portal is having issues getting an authentication token. The experience rendered may be degraded.

Additional information from the call to get a token:
Extension: microsoft_azure_support
Resource: self
Details: Too Many Requests

Any experience with this here? 
What may be the reason?

Extending Azure tenant to other countries

$
0
0

Team,

Is it possible in Azure to extend the Azure tenant procured in one country be extended to other countries.

Heard that, not Azure has restricted tenant hosting to country specific.

Please advise.

Azure logic app - Send email (V2) action

$
0
0

Hello all,

Recently i have tried using the Outlook 365 - Send email (V2) option in one of the Logic app. Before am able to see the is html? option to yes or no. But now for this action am unable to see and unable to put the html code for any body of the email?

any suggestions would be much appreciated!!!

Thanks,

Saanv

activity alert from VM

$
0
0

I have setup alert for activity logs with "description" and when the alert fired send the alert to evenhub for ticketing consumption. all working as expected, except  the alert description not forwarding instead the JSON  out put show (description = "" ) any idea why the description not send from activity logs, other alert example from metrics "description passed on and any one experience this issue. 

{

    "schemaId""Microsoft.Insights/activityLogs",
    "data": {
        "status""Activated",
        "context": {
            "activityLog": {
                "authorization": {
                    "action""Microsoft.Compute/virtualMachineScaleSets/write",
                    "scope""/subscriptions/xxxxx
                "correlationId""xxxxxxxxxxx",
                "description""",
               


raindrop18


Generic term for cloud only environment?

$
0
0

If a firm  want to build a their environment straight in Azure (does not have/ need any on-premise environment).

Is there any generic term for such Project or scenario?

activity alert from VM or vmss

$
0
0

I have setup alert for activity logs with "description" and when the alert fired send the alert to evenhub for ticketing consumption. all working as expected, except  the alert description not forwarding instead the JSON  out put show (description = "" ) any idea why the description not send from activity logs, other alert example from metrics "description passed on and any one experience this issue. 

{

    "schemaId""Microsoft.Insights/activityLogs",
    "data": {
        "status""Activated",
        "context": {
            "activityLog": {
                "authorization": {
                    "action""Microsoft.Compute/virtualMachineScaleSets/write",
                    "scope""/subscriptions/xxxxx
                "correlationId""xxxxxxxxxxx",
                "description""",
               


raindrop18



Azure Policy Alias Issue

$
0
0

Hello,

I'm trying to get compliance data for Web Apps that have the alias Microsoft.Web/sites/config/httpLoggingEnabled = false yet I cannot get the policy below to work ,  I must be missing something but i cannot see it can someone assist please?

{"mode": "All","policyRule": {"if": {"allOf": [
        {"field": "type","equals": "Microsoft.Web/sites"
        },
        {"field": "kind","like": "app*"
        },
        {"field": "Microsoft.Web/sites/config/httpLoggingEnabled","equals": "false"
        }
      ]
    },"then": {"effect": "[parameters('effect')]"
    }
  },"parameters": {"effect": {"type": "String","metadata": {"displayName": "Effect","description": "Enable or disable the execution of the policy"
      },"allowedValues": ["Audit","Disabled"
      ],"defaultValue": "Audit"
    }
  }
}


Best Regards,

Chris


Can't creat any Azure's resources

$
0
0
  • This problem happened many days ago.I cant delete every resource,But I can't creat new resource.When I click the button-"create a resource" ,The webpage displays:Error displaying your content


Azure MFA: Only phone was visible, now app is too?

$
0
0

Hi!

I'm currently setting up Azure MFA via combined registration but i need some help.

When we sat this up yesterday you had to register a phone in order to be able to set up your authenticator app, if you didnt registrer your phone you couldnt get to in aka.ms/mfasetup and add the app, but this morning you have the option to either use your phone or Authenticator app. This is great since it was what we wanted from the beginning but i want to understand why this option just came up by it self.

No one has changed any setting since yesterday, is there a way where you can specify the "default" method?

I can add that im quite new to MFA.

Big thanks for you help.

How to increase memory & cpu counts at azure VM ?

$
0
0

Hi,

Can we increase memory  & cpu counts at azure VM instead of choosing new vm size so that we can more customize our needs ?

regards

Your local network settings might be preventing the Query Editor from issuing queries. Please click here for instructions on how to configure your network settings.

$
0
0

Hello,

We've been using Azure for a little while and just recently have started to receive the following error message upon signing in:

Your local network settings might be preventing the Query Editor from issuing queries. Please click here for instructions on how to configure your network settings.

I have raised the matter with our internal IT team however they say it is a Microsoft Azure technical issue.

Has anyone experienced a similar problem before? And if so, what has been the resolution?

Thank you

Password error was displayed when I tried to install client certificate to client computer with correct password.

$
0
0

Hello

I made self-hosted RESTFul WCF service application with SSL.
The part of the source code referring to the certificate is as follows.


            cf.Credentials.ClientCertificate.SetCertificate(
                                        StoreLocation.CurrentUser, StoreName.Root,
                                        X509FindType.FindBySubjectName, "FirstClientCert"
                                        );

In order to install a client certificate to client computer, I performed the following procedure.

1. I exported the pfx file using PowerShell script with the password.(*1)
2. I copied the pfx file to client computer.
3. I double-clicked the pfx file of the client computer. (Import-wizard has started).
4. Select Current User and pushed "NEXT" button.
5. Pushed "NEXT" button.
6. Enter password and Pushed "NEXT" button (Then the dialog box with "The password you entered is incorrect." was displayed.

What is the cause?

Is it because that PowerShell's export-pfxCertificate command can not includes Secret key?

Can someone help me?

Best regards.

What I tried:

1. When pfx file is exported by certificate-export-wizard, certificate-import-wizard  is succesfull and my application works fine.

2. I have tried to import the pfx file using PowerShell script.(*2)
    ===>But following error has displayed on PowerShell ISE.

Import-PfxCertificate : The PFX file you are trying to import requires either a different password or membership in an Active Directory principal 
to which it is protected.
At C:\Work\TestService2\test_import.ps1:11 char:1
+ Import-PfxCertificate -Password $secure_pwd -FilePath "${client_cert_ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Import-PfxCertificate], Win32Exception
    + FullyQualifiedErrorId : System.ComponentModel.Win32Exception,Microsoft.CertificateServices.Commands.ImportPfxCertificate

---*1---

$current_directory = 'D:\Work\TestService2'
$root_cert_name = 'FirstRootCert'
$client_cert_name = 'FirstClientCert'
#$imd_sert_name = 'FirstImdCert'
$pwd = 'xxxxxxxx'
$port_no = 5000
$service_guid = '541eea84-c788-4d23-b6b2-f5210xxxx5c5'

#1. Change the current directory.
Set-Location $current_directory

#2. Encrypt the password.
[System.Security.SecureString]$secure_pwd = ConvertTo-SecureString -String $pwd -Force -AsPlainText

#3. Create a root certificate.
$root_cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature -Subject "CN=${root_cert_name}" -KeyExportPolicy Exportable -HashAlgorithm sha256 -KeyLength 2048 -CertStoreLocation "Cert:\CurrentUser\My" -KeyUsageProperty Sign -KeyUsage CertSign

#4. Export personal information exchange file and private key from root certificate.
[String]$rootCertPath = Join-Path -Path 'cert:\CurrentUser\My\' -ChildPath "$($root_cert.Thumbprint)"
Export-PfxCertificate -Cert $rootCertPath -FilePath "${root_cert_name}.pfx" -Password $secure_pwd
Export-Certificate -Cert $rootCertPath -FilePath "${root_cert_name}.crt"

#5. Create a client certificate.
$client_cert = New-SelfSignedCertificate -Type Custom -DnsName $client_cert_name -KeySpec Signature -Subject "CN=${client_cert_name}" -KeyExportPolicy Exportable -HashAlgorithm sha256 -KeyLength 2048 -CertStoreLocation "Cert:\CurrentUser\My" -Signer $root_cert -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.2")

#6. Export personal information exchange file and private key from client certificate.
[String]$rootCertPath = Join-Path -Path 'cert:\CurrentUser\My\' -ChildPath "$($client_cert.Thumbprint)"
Export-PfxCertificate -Cert $rootCertPath -FilePath "${client_cert_name}.pfx" -Password $secure_pwd
Export-Certificate -Cert $rootCertPath -FilePath "${client_cert_name}.crt"

---*2---

$current_directory = 'C:\Work\TestService2'
$client_cert_name = 'FirstClientCert'
$pwd = 'xxxxxxxx'

#1. Change the current directory.
Set-Location $current_directory

#2. Encrypt the password.
[System.Security.SecureString]$secure_pwd = ConvertTo-SecureString -String $pwd -Force -AsPlainText
Import-PfxCertificate -Password $secure_pwd -FilePath "${client_cert_name}.pfx" -CertStoreLocation 'Cert:\CurrentUser\My'




Offsite password change with "Password Right back"?

$
0
0
Hello,

I am currently working in a company of about 100 people, we have a few remote people who need to have their passwords change offsite. They cannot connect to the domain. I was told that "Password Right back" would not only allow a Microsoft password change, but it would change the password on the laptop. So far I been uncessessful. Is there a way to have the O365 change the laptop password thats on the domain without a VPN? I was told it would be in Azure but I cant seem to find it. Thank you.

Force DeployIfNotExists policy to run on virtual machines

$
0
0

Hi,

I'm not sure if this is right thread to ask this but could not find better. Move if needed.

I'm trying policy [Preview]: Deploy Log Analytics Agent for Windows VMs for deploying Log analytics agent for vm's. Referring to docs "Once every 24 hours, assignments are automatically reevaluated." but is is possible somehow force policy to run e.g now and then get updated Policy Compliance and then maybe Create Remediation Tasks for resources if needed?

This would be in use if someone e.g deletes Log Analytics Agent extension and we want virtual machines to report workspace without wanting to wait 24h.


Windows Server AD users not appearing in Azure AD Users list

$
0
0

Hello.

I am planning to migrate some users to Office 365 E5 licenses so that we can use SharePoint and Teams. I have setup AADC on an internal server for Password Hash Sync.  I have followed various guides and they seem to show the same steps, so I haven't done anything out of the ordinary (although I did choose custom to specify a MSA for running the app and another AD account for the sync).

However, none of the users from my on-premise AD are showing in the Users list in my Azure AD Admin Centre.  After installing and configuring AADC are there additional steps required?

Running the troubleshooter suggests everything is working, I've looked through the Application event log and trace logs in C:\ProgramData\AADConnect but can't see anything to suggest it isn't working.

Also, in the Azure AD Portal is shows that sync is enabled and was successful.

Any help appreciated.


Recover Guest User Permanently Deleted

$
0
0

Need to know how to "restore" a deleted Guest User in Azure past the 30 day limit.  In OneDrive for Business, we deleted a Guest User >30 days.  It was permanently deleted.  Now when re-adding the same Guest User (same email address), access to any OneDrive share errors out with the message "This link is not available to you"

Audit log contains a failure classified as

Microsoft.Online.DirectoryServices.DirectoryUniquenessException

Owner information not updating in Hybrid Azure AD

$
0
0

Hi,

GPO is configured and applied to the workstations.

Computer Configuration > Policies > Administrative Templates > Windows Components > MDM > Enable automatic MDM enrollment using default Azure AD credentials

But owner information is not updating in Hybrid Azure Portal. Please help what is the thing missing.


Regards, Boopathi


Any demos showing Azure Arc managing an AWS VM?

$
0
0

I think that Azure Arc is a real game changer.

Has anyone done a demo of Azure Arc managing an AWS VM (AMI)?


Bill Zack

Cost Analysis is showing linear projection only

$
0
0

When I checked my cost analysis last night, I got a little shock.

Here is the story:

I started to use my subscription on October 19th and spent €20 so far.

My estimated costs are at about €90-€100 per month:

  • a MySQL server (Basic, 1 vCore(s), 10 GB) - roughly €25/month
  • a Web App with on a S1 instance - roughly €60/month

The webapp currently is on a free tial plan until 2019-11-20.

The Cost Analysis (not Cloudyn) shows me a forecast of €180 by the end of November and €520 by the end of December, which I think is completely wrong. This looks like the analyses does a linear projection but not taking into account which resources I use.

Am I calculating something wrong here and the costs really will increase that much or is the Cost Analysis just wrong?

Zap.


Viewing all 4189 articles
Browse latest View live


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