Questions tagged [azure-advisor]
7 questions
1
vote
1 answer
Azure Advisor for MySql suggesting updating TLS version to 1.2 - server already running 'tls_version: TLSv 1.2'
Azure advisor has recommended: Your Azure Database for MySQL - Flexible Server is vulnerable using weak, deprecated TLSv1 or TLSv1.1 protocols
I have checked my tls_version on my MySql server and returned TLSv1.2.
Unsure why Azure thinks I am…

henry434
- 97
- 1
- 9
0
votes
1 answer
azure advisor sdk not giving security recommendations
I am using the azure advisor python SDK to fetch advisor recommendations. It is giving me all the recommendations other than 'security'.
When I first used the same code, it used to give me 'security' recommendation as well, but all of a sudden it…

Manjunath Rao
- 1,397
- 4
- 26
- 42
0
votes
1 answer
trying to get the resources.name joined to advisorresources
Using Azure Resource Graph Queries and a kusto query, trying to get resources.name of the advisorresources properties field in json of resourceMetadata.resourceId, joined on the resource id.
Kusto Query
advisorresources
| extend jProp =…

Νικόλαος Μανωλακος
- 313
- 1
- 9
0
votes
1 answer
How to fulfill AKS Advisor recommendation "Running containers as root user should be avoided"
Given following AKS advisor recommendation "Running containers as root user should be avoided" with following remediation step:
For these pods, add rule: 'MustRunAsNonRoot' in a runAsUser section of the container's spec.
I should note here that…

sl3dg3
- 5,026
- 12
- 50
- 74
0
votes
1 answer
How to fulfill AKS advisor recommendation "Kubernetes clusters should be accessible only over HTTPS"
Given following AKS advisor recommendation "Kubernetes clusters should be accessible only over HTTPS" with following remediation steps:
Disable HTTP by including the kubernetes.io/ingress.allow-http annotation in your ingress manifest. Set the…

sl3dg3
- 5,026
- 12
- 50
- 74
0
votes
1 answer
Azure Advisor - Virtual Machine Scale Sets
Out of the box, Azure Advisor includes Cost recommendations for the resource type of Virtual Machines, based on resource utilization.
If I look at them under our subscription they have the following information:
Is there any way to get similar…

user8973449
- 175
- 1
- 11
-1
votes
1 answer
How to view Azure Advisor capacity metrics?
I am writing a capacity planning document and some of the information I would like to gather is resource CPU utilization, memory, network, disk, etc..
I've come across Azure Advisor, and I love the PDF/CSV it provides. However, I am curious as to…

Cataster
- 3,081
- 5
- 32
- 79