announcements
95 TopicsHow do I reactivate my Comcast email?
I created a work item that has a required multi-select field. When I pull up the work item in Edge, I can see that the field is a required muti-select field. However, when the user opens the work item, the field is not required. We are both using the Edge browser. Has anyone had this problem?124Views1like2CommentsWhat are the best practices for data governance in Azure across hybrid and multi-cloud environments?
Best practices for data governance in Azure start with a unified strategy that leverages Microsoft Purview for data cataloging, classification, and lineage tracking. Purview enables organizations to gain end-to-end visibility across their data estate, even in hybrid and multi-cloud environments. Azure Policy plays a crucial role in enforcing governance by defining compliance rules that automatically apply across subscriptions and services. Combining it with Azure Blueprints can help ensure that governance frameworks are consistently deployed at scale. For enhanced security, integrating Microsoft Defender for Cloud allows continuous monitoring and risk assessment of data assets. Additionally, organizations should implement role-based access control (RBAC) and encryption mechanisms to safeguard sensitive information. One challenge in multi-cloud governance is achieving real-time data classification and policy enforcement. Has anyone successfully extended Purview’s capabilities to non-Azure environments, such as AWS or GCP?Solved120Views0likes1CommentImporting Terraform State in Azure
Some engineers start to provision services manually before they find out this might not be a good thing for the long run. So, they must use Terraform import. If you are using Hashicorp’s Terraform to manage your infrastructure, you can bring existing resources that have been provisioned outside of Terraform. This tuto help you to import Azure resources into a terraform state file. You can do that locally or if you want to initialise the tfstate in a remote local (form a Storage account) So, we are going to import a resource group, a virtual network and a subnet that are created manually; Screenshot from the portal (for the manual resources) First step : create a tf configuration file using manually created resource information (See Screenshot) ***** For you information, we use a tfstate stored remotely in a storage account Second Step : Import Resource details to terraform State After creating the configuration tf file, we can import these resources into it by using the "terraform import" command : terraform import terraform_id azure_resource_id 1- Resource Group : terraform import "azurerm_resource_group.rg_name_auto" "/subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/d-210-rg-ado-si-p-to-6" You can find : **The terraform_id **The azure_resource_id 2- The Vnet : terraform import "azurerm_virtual_network.vnet_auto" "/subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxid/resourceGroups/d-210-rg-ado-si-p-to-6/providers/Microsoft.Network/virtualNetworks/d-210-vnet-ado-si-p-to-1" 3-The Subnet : terraform import azurerm_subnet.sub_auto /subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxid/resourceGroups/d-210-rg-ado-si-p-to-6/providers/Microsoft.Network/virtualNetworks/d-210-vnet-ado-si-p-to-1/subnets/d-210-snet-ado-si-p-to-2 So, before use this commands, please : 1- access the code folder : cd folder_code 2- connect to the subscription (where you have deployed the manual resources) : az login Select-AzSubscription -SubscriptionId "copy-past the id of the subsc" 3- Terraform init : terraform init -backend-config storage_account_name=xxxxxxxx -backend-config container_name=tfstate -backend-config resource_group_name=xxxxxxxx -backend-config key=xxxxxxx.tfstate Okey, now we can lunch the commands for import config : RG : Vnet: Subnet : Now, you can see the result : terraform state list you can see the content of each imported resource via the following commands: terraform state show azurerm_resource_group.rg_name_auto terraform state show azurerm_virtual_network.vnet_auto terraform state show azurerm_subnet.sub_auto Third Step : Test by running the terraform plan Finally, we can verify the imported resources in the tfstate file. For example, we can see the imported subnet. The purpose of this tutorial is to know the steps to import resources that are manually configured to the tfstate file69KViews2likes1CommentHow do i contact comcast about email problems?
For a few years i used an university MS-account with 2TB OneDrive storage. Now these cooperation runs out and i made my own MS account with those 1TB OneDrive storage. I have like ~500GB of data in that old OneDrive and right now try to copy everything to my new personal one... But the uploadspeed is horrible! Referring to speedtests I have like 50Mbit/s (Ethernet so quite stable) so ~ like 6.25MB/s upload. The maximum onedrive reaches is like 1.5MB/s.... and in average i get like 750kB/s... My PC is already running for 2 days... Do you have any idea to solve this problem or is this just something i have to accept? Is it possible that institutions like universities have better uploadspeeds, or are just prioritized and so on?23Views1like0CommentsWindows Server Hybrid Administrator Associate certification BP survey opportunity
Greetings! Microsoft is updating the Windows Server Hybrid Administrator Associate certification, and we need your input through our exam blueprinting surveys. The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by February 7th, 2025. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact Rohan Mahadevan at rmahadevan@microsoft.com or John Sowles at josowles@microsoft.com. Administering Windows Server Hybrid Core blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_0IZSmNtWaxxM5Tw Configuring Windows Server Hybrid blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_0Pd0DhwAM3ncark42Views0likes0CommentsThe Microsoft Certified: Azure IoT Developer Specialty certification to be retired
As previously announced, we’re retiring the Microsoft Certified: Azure IoT Developer Specialty certification and its required Exam AZ-220: Microsoft Azure IoT Developer, on July 31, 2023, to focus on developing a path more aligned to the way that real-world professionals approach IoT. Skills needed for IoT projects cut across multiple roles, including developer, architect, administrator, and data analyst. The following questions and answers can help you determine how this news impacts your learning journey: Q. I’ve been preparing for Exam AZ-220. What are my options? A. If you’ve been preparing for Exam AZ-220, be sure to pass it on or before July 31, 2023. If you pass Exam AZ-220 on or before July 31, 2023, you’ll earn the Azure IoT Developer Specialty certification and it will be active for one year. Q. I’ve already earned the Azure IoT Developer Specialty certification. What happens now? A. If you’ve already earned the Azure IoT Developer Specialty certification, it will stay on your transcript. Q. What about renewal for the Azure IoT Developer Specialty certification? A. Learners with an active Azure IoT Developer Specialty certification can renew it for one year (one last time) up to six months after its retirement date of July 31, 2023. The renewal window ends on January 31, 2024.7.2KViews2likes2CommentsCredly - This is the end...
Hello, I wrote to credly support because I saw one of my badge "expired" (but it doesn't). After asking some explanation, they tell me that : "Microsoft Certifications earned and claimed on Credly before June 30, 2023, will be available for viewing and sharing through Credly until June 30, 2024. However, your Microsoft Certifications on Credly will no longer be kept current or updated as you pass renewal exams or earn new Microsoft Certifications. This is because Microsoft is not partnered with Credly anymore." Is anyone knows why and how can we have the same dashboard for the next badges acquired in the future ? How to write to the Microsoft Certification Support because... I couldn't find the magic button to do it, which is why I'm calling for help here! Thanks ! 🙂Solved6.1KViews0likes10CommentsMicrosoft Dynamics 365 Business Central Functional Consultant Blueprint Survey Opportunity
Greetings! Microsoft is updating a certification for Microsoft Dynamics 365 Business Central Functional Consultant, and we need your input through our exam blueprinting survey. The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by January 7 th , 2025. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact Rohan Mahadevan at rmahadevan@microsoft.com or John Sowles at josowles@microsoft.com. Microsoft Dynamics 365 Business Central Functional Consultant blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_b1wB0tTpeqrWSgu69Views1like0CommentsAdministering Microsoft Azure SQL Solutions Survey Opportunity
Greetings! Microsoft is updating a certification for Administering Microsoft Azure SQL Solutions, and we need your input through our exam blueprinting survey. The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by January 6 th , 2025. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact Rohan Mahadevan at rmahadevan@microsoft.com or John Sowles at josowles@microsoft.com. Administering Microsoft Azure SQL Solutions blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_4N6lE1CmydJoCRo44Views0likes0Comments