Ignite Fall 2021 まとめのまとめ

秋 Ignite 2021 まとめのまとめ とりあえず、暫定対応ですがまとめのまとめを出します。 (随時更新) Ignite 2021 Fall (https://feedly.com/i/subscription/feed%2Fhttps%3A%2F%2Ffeedly.com%2Ff%2FKcPFPWUv7uPpxDGksnI7hN46) Ignite November 2021 Book of news (https://news.microsoft.com/ignite-november-2021-book-of-news/) Ignite Fall 2021 (https://technow.grayrecord.com/2021/11/04/ignite-fall-2021/) Microsoft Ignite 2021 November の私的必見セッション (https://idea.tostring.jp/?p=6227) 2021/11/1週の Azure updates まとめ【Microsoft Ignite 祭り!】 (https://olivia.jp/wordpress/?p=109) Microsoft Ignite 2021 秋の基調講演まとめ (https://memo.tyoshida.me/others/microsoft-ignite-2021-fall-keynote/) Microsoft Ignite Cloud Skills Challenge – November 2021 を実施! クラウド関連スキルのコースを受講し、マイクロソフト認定資格の無料受験バウチャーを手に入れよう‼ (https://www.microsoft.com/ja-jp/events/azurebase/blog/microsoft-ignite-cloud-skills-challenge-november-2021/) What’s New in Azure App Service - Fall Ignite 2021 Edition! (https://techcommunity.microsoft.com/t5/apps-on-azure/what-s-new-in-azure-app-service-fall-ignite-2021-edition/ba-p/2901581) ローコード言語 Microsoft Power Fx のオープンソースを公開 (https://memo.tyoshida.me/power-platform/powerapps/microsoft-power-fx-opensource-published/)

11月 4, 2021 · 1 分 · 68 文字 · Me

Ignite Fall 2021

Ignite November 2021 Book of news (https://news.microsoft.com/ignite-november-2021-book-of-news/) から Microsoft公式のまとめた資料である、Book of newsが出ています。 構成は下記のようになっています。 1. Azure 1.1 Azure AI 1.1.1 Azure Cognitive Search supports more languages 1.1.2 Azure Cognitive Services offers preview of Azure OpenAI Service 1.2 Azure Data 1.2.1 Azure Cosmos DB introduces developer-friendly features 1.2.2 Azure Synapse Analytics announces updated features and enhancements 1.2.3 Flexible Server deployment option for Azure Database for MySQL and Azure Database for PostgreSQL generally available this month 1.2.4 New investments in Azure SQL boost performance and security 1.2.5 SQL Server 2022 now in preview 1.3 Azure Dev & Ecosystem 1.3.1 Azure Communication Services SMS short code preview and Microsoft Teams interoperability general availability 1.3.2 Azure Container Apps now in preview (https://technow.grayrecord.com/2021/11/04/ignite2021_fall_azurecontainerappsnowinpreview/) 1.3.3 Azure Logic Apps updates 1.3.4 Azure Service Bus large message support generally available 1.3.5 Azure Web PubSub service reaches general availability 1.3.6 New solutions for running Java EE applications on Azure container platforms now available 1.3.7 Open Service Mesh add-on for Azure Kubernetes Service now generally available 1.3.8 Updates and enhancements to Azure DevOps 1.3.9 Updates to Azure API management include GraphQL preview, WebSocket API general availability and more 1.4 Azure Hybrid 1.5 Azure IoT 1.5.1 Microsoft IoT Signals explores current state and future plans of IoT 1.6 Azure Migration 1.7 Azure Mixed Reality 1.7.1 HoloLens 2 promotional offer now available 1.7.2 Introducing Mesh for Microsoft Teams 1.8 Azure Networking 1.9 Azure Resilence 2. Business Applications 2.1 Dynamics 365 3. Industry Cloud 3.1 Industry Cloud 4. Microsoft 365 & Windows 4.1 Microsoft Office 4.2 Microsoft Teams 4.2.1 Collaboration across organizational boundaries with Microsoft Teams 4.2.2 Enhancements to Microsoft Teams Rooms and devices 4.2.3 Introducing Mesh for Microsoft Teams 4.2.4 Microsoft Teams platform enhancements and new collaborative apps 4.2.5 Microsoft Teams webinar enhancements and additional broadcasting capabilities enable more engaging external events 4.2.6 New enhancements to the Microsoft Teams admin center streamline IT management 4.2.7 New Microsoft Teams chat features 4.3 Microsoft Viva 4.4 Next Gen Apps 4.5 Windows 11 & Windows 365 5. Microsoft Edge 5.1 Microsoft Edge 6. Power Platform 6.1 Power Platform 7. Security, Compliance, Identify & Management 7.1 Security 7.2 Compliance 7.3 Identity 7.4 Management 7.5 Microsoft Teams

11月 4, 2021 · 2 分 · 358 文字 · Me

Windows11

いささか、Oldsだが。 Lenovo ThinkBook 13s Gen2とWindows 11を導入した。 とりあえず、WSLgの動作は確認。

11月 3, 2021 · 1 分 · 7 文字 · Me

WSL2上のUbuntu 20.04上に分析環境を構築する

前提条件 項目 内容 使用ディストリビューション Ubuntu 20.04 LTS Python 環境 Anaconda PC 環境 SLAT 等必要なハードウェアが揃っていること 更新履歴 日付 内容 2021/08/18 Pyenvの仕様変更に追随 https://github.com/lewagon/dotfiles/pull/90 WSL 2環境を準備 Windowsの機能の有効化を行う: Linux用Windowsサブシステムと仮想マシンプラットフォームを有効化 コントロールパネルのWindowsの機能の有効化または無効化から行う Microsoft StoreからUbuntu 20.04LTSをインストール WSL 2にバージョンを変更 WSLの一覧は以下のコマンドで確認できる。 wsl -l -v このコマンドの結果は例えば以下のようになる。 NAME STATE VERSION * Ubuntu-18.04 Stopped 1 docker-desktop Stopped 2 Ubuntu-20.04 Running 2 docker-desktop-data Stopped 2 Ubuntu 20.04をWSL 2にするには以下のようなコマンドを実行する。 wsl --set-version Ubuntu-20.04 2 AnacondaでJupyter環境を構築する Python環境の構築はデータサイエンティストを目指す人のpython環境構築 2016を参考にして、一部のステップをアップデートしています。 アップデートの内容としては、参考記事では旧版のAnacondaがベースとなっているため、サーチパスを変更した結果、pyenvとAnacondaが一部競合を起こしていますが、これは現在のAnacondaでは解決している問題なので、変更を反映しています。また、それに伴い、bashの設定の変更をするためのステップを追加しています。 pyenvをインストールする git clone https://github.com/yyuu/pyenv.git ~/.pyenv echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc echo 'eval "$(pyenv init --path)"' >> ~/.echo 'eval "$(pyenv init -)"' >> ~/.bashrc echo 'eval "$(pyenv init -)"' >> ~/.bashrc source ~/.bashrc Anacondaをインストールする pyenv install -l | grep ana # 最新版を確認する pyenv install anaconda3-yyyy.MM # 先のステップで確認した最新版にする pyenv rehash pyenv global anaconda3-yyyy.MM conda update conda conda init bash source ~/.bashrc dotnet coreをインストールする (オプション) wget -nv https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb sudo add-apt-repository universe sudo apt update sudo apt install apt-transport-https -y sudo apt install dotnet-sdk-5.0 -y # 現状の最新版の5をインストールする venv環境を用意する (オプション) 現在、Pythonのパッケージはconda、pipとなっており、どれを使えるかは状況次第です。ただ、幾つかのパッケージはpip環境しかないこともあり、venv環境もあると便利です。condaとpipの混用は危険であり避けるべきです。 ...

4月 2, 2021 · 1 分 · 169 文字 · Me

Azureに本好きを食わせる

Azureにも本好きを食わせてみた。 しかし、本の頻度分布多すぎ。 import codecs import configparser from azure.core.credentials import AzureKeyCredential from azure.ai.textanalytics import TextAnalyticsClient config = configparser.ConfigParser() config.read('azure.config') endpoint = config['AZURE']['azure_endpoint'] key = config['AZURE']['azure_ai_key'] client = TextAnalyticsClient(endpoint=endpoint, credential=AzureKeyCredential(key)) ifs = codecs.open('N4830BU-1.txt', 'r', 'utf-8') lines = ifs.readlines() documents = [''.join(lines)] response = client.recognize_entities(documents, language = "ja") result = [doc for doc in response if not doc.is_error] for doc in result: for entity in doc.entities: print(entity.text, entity.category) プロローグ Organization 本須 麗乃 Person もとすうら Person 22歳 Quantity 本 Product 誰か PersonType 筆者 PersonType 本 Product 本屋 Location 図書館 Location 写真集 Product 外国 Location 本 Product 百科事典 Product 文学全集 Product 紙 Product 専門誌 Product 雑誌 Product 小説 Product ライトノベル Product 絵本 Product 日本 Location 素人が PersonType 同人誌 Product パラ Quantity 美酒 Product 図書館 Location 本 Product 書庫 Location 本 Product 本 Product 紙 Product インク Product そこに Location 本 Product 本 Product 書庫 Location 本 Product 本 Product 本 Product 畳 Product ベッド Product 本 Product わたし PersonType 大地震 Event 本 Product ぇ Person 司書 PersonType 大学図書館 Location 神様 PersonType 転生 Event 次 Quantity 本 Product 図書館 Location 司書 PersonType 本 Product 司書 PersonType 本 Product 本 Product 本 Product 本 Product 紙 Product インク Product 本 Product 神様 PersonType わたし PersonType 本 Product ifs.close()

4月 1, 2021 · 1 分 · 201 文字 · Me