> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/cloud/azure/courses/az900-course/compliance-features/core-tenets-of-security-privacy-and-compliance.md).

# Core tenets of Security, Privacy and Compliance

## Core Tenets of Security, Privacy and Compliance

## Azure: Trusted Cloud

* Security
* Privacy
* Compliance
* Resiliency
* Intellectual Property (IP) protection

## Security

* Azure is built with security in mind
* Azure delivers tools and technologies to help organizations protect applications and data
* Azure uses encryption
* Azure offers advanced tools to detect and defend against security threats

## Privacy

* You own all your data in Azure
* MSFT will not mine your data or use it for marketing
* You control where the data is located and who has access
* You can access your own data at any time for any reason
* MSFT follows a specific policy for government and law enforcement request
* MSFT follows a specific policy to remove data if you discontinue using their service

## Compliance

* MSFT follows international standards and helps customers to follow those standards too if they wish
* Azure has more then 90 compliance certifications
* Azure follows more then 50 regional standards
* Azure can help with standards in more then 35 industries like health care, government, finance, etc

## Reliability and Resiliency

* High availability
* Disaster recovery
* Backup

## Protecting IP

* You can build your solutions on top of Azure's products and services
* Azure offers specific protections against frivolous infringement claims
* `Azure IP Advantage and Shared Innovation Initiative`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.arkannis.net/cloud/azure/courses/az900-course/compliance-features/core-tenets-of-security-privacy-and-compliance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
